Upgrade Nikola dependencies to the newest ones (#104)

This commit is contained in:
Cyryl Płotnicki 2017-03-09 07:00:45 +00:00 committed by GitHub
parent fb3f46cdeb
commit d9ecba8798
2 changed files with 3 additions and 5 deletions

View file

@ -10,8 +10,6 @@ matrix:
include:
- os: osx
osx_image: xcode8.2
- os: linux
env: DETECTED_OS=fedora:24 DOCKER_IMAGE=cyplo/fedora24_base
- os: linux
env: DETECTED_OS=fedora:25 DOCKER_IMAGE=cyplo/fedora25_base
- os: linux

View file

@ -207,10 +207,10 @@ if [[ -z $NOPYTHON3 ]]; then
PIP=pip
fi
echo "Upgrading pip"
$SUDO $PIP install --upgrade pip
$SUDO $PIP install packaging
$SUDO $PIP install --upgrade pip setuptools
$SUDO $PIP install --upgrade packaging
echo "Installing Nikola"
$SUDO $PIP install pygments-style-solarized ws4py watchdog webassets Nikola
$SUDO $PIP install --upgrade pygments-style-solarized ws4py watchdog webassets Nikola
fi
if [[ -z $USER ]]; then