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: include:
- os: osx - os: osx
osx_image: xcode8.2 osx_image: xcode8.2
- os: linux
env: DETECTED_OS=fedora:24 DOCKER_IMAGE=cyplo/fedora24_base
- os: linux - os: linux
env: DETECTED_OS=fedora:25 DOCKER_IMAGE=cyplo/fedora25_base env: DETECTED_OS=fedora:25 DOCKER_IMAGE=cyplo/fedora25_base
- os: linux - os: linux

View file

@ -207,10 +207,10 @@ if [[ -z $NOPYTHON3 ]]; then
PIP=pip PIP=pip
fi fi
echo "Upgrading pip" echo "Upgrading pip"
$SUDO $PIP install --upgrade pip $SUDO $PIP install --upgrade pip setuptools
$SUDO $PIP install packaging $SUDO $PIP install --upgrade packaging
echo "Installing Nikola" 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 fi
if [[ -z $USER ]]; then if [[ -z $USER ]]; then