Skip to content

Commit

Permalink
Fix setuptools version for Python 3.4 build on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eoranged committed Jan 20, 2018
1 parent 494ea5a commit 48f7607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
- fast_finish: true
# command to install dependencies
install:
- pip install --upgrade pip
- bash -c '[[ $(python -V) == "Python 3.4."* ]] && pip install setuptools==24.0.3 || :'
- pip install -r requirements.txt
# command to run tests
script:
Expand Down

0 comments on commit 48f7607

Please sign in to comment.