Skip to content

Commit

Permalink
downgrade wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Sep 24, 2017
1 parent fde27cf commit 690f775
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 @@ -5,7 +5,7 @@ python:
- 3.3
- 3.4
- 3.6
before_install: pip install --upgrade wheel==0.29.0 setuptools
before_install: pip install --upgrade wheel==0.24.0 setuptools
install: pip install tox tox-travis coveralls
before_script: if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e flake8; fi
script: tox -r
Expand Down

0 comments on commit 690f775

Please sign in to comment.