Hotfix for tox on travis
This commit is contained in:
parent
bc2df7b69a
commit
329aa95ab2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue