Skip to content

Commit

Permalink
travis-ci: upgrade setuptools, hypothesis needs a newer one
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 31, 2018
1 parent 0ebca02 commit 44388a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ install:
- if [ "$TRAVIS_OS_NAME" == "osx" ] && [ "$PYVER" == "2" ]; then python2 -m pip install virtualenv; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ] && [ "$PYVER" == "2" ]; then virtualenv venv -p python2; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then source venv/bin/activate; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ] || [ "$TRAVIS_OS_NAME" == "linux" ]; then python -m pip install --upgrade setuptools; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ] || [ "$TRAVIS_OS_NAME" == "linux" ]; then python -m pip install "pytest<3.3.0" hypothesis flake8 coverage codecov; fi

script:
Expand Down

0 comments on commit 44388a5

Please sign in to comment.