Merge pull request #423 from nephila/hotfix/tox

Hotfix for tox on travis
This commit is contained in:
Iacopo Spalletti 2018-01-24 08:28:56 +01:00 committed by GitHub
commit ba8ef29dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ install:
script: COMMAND='coverage run' tox -e$TOXENV
before_install:
- pip install -U tox>=1.8 coveralls codecov wheel pip
- pip install -U setuptools tox>=1.8 coveralls codecov wheel pip
after_success:
- codecov
- coveralls