travis: work around setuptools upgrade bug

This commit is contained in:
Christoph Reiter 2017-08-07 15:47:10 +02:00
parent dfdc65884c
commit 976dc3a2c3
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$PYVER" == "3" ]]; then python3 -m pip install virtualenv; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$PYVER" == "3" ]]; then virtualenv ../venv -p python3; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source ../venv/bin/activate; fi
- python -m pip install --upgrade setuptools
- python -m pip install --upgrade pytest flake8 sphinx sphinx_rtd_theme
script: