Skip to content

Commit

Permalink
travis bugfix for old setuptools/pip versions and python versions mar…
Browse files Browse the repository at this point in the history
…kers in setup.py
  • Loading branch information
danwos committed May 31, 2017
1 parent 448e6f7 commit 8c94955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ python:
- '3.5'
- '3.6'
install:
- pip install --upgrade pip setuptools
- pip install tox-travis
- python setup.py install
script: tox
Expand Down

0 comments on commit 8c94955

Please sign in to comment.