Skip to content

Commit

Permalink
Merge pull request #119 from Emantor/fix/travis_setuptools
Browse files Browse the repository at this point in the history
travis.yml: work around pypa/setuptools#1086
  • Loading branch information
jluebbe committed Aug 8, 2017
2 parents ee3ebf3 + 0c1ed63 commit 49c89cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libow-dev
install:
- pip install --upgrade setuptools
- pip install --upgrade pytest pytest-mock pytest-cov coveralls codecov
- pip install -r dev-requirements.txt
- pip install -e .
Expand Down

0 comments on commit 49c89cc

Please sign in to comment.