fix travis
don't run all of tox, just a single environment that uses the default python (selected by travis)
This commit is contained in:
parent
937a7d93e8
commit
061ff98383
|
@ -20,7 +20,7 @@ script:
|
|||
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then
|
||||
tox -e coverage ;
|
||||
else
|
||||
tox ;
|
||||
tox -e py ;
|
||||
fi
|
||||
after_success:
|
||||
- codecov
|
||||
|
|
Loading…
Reference in New Issue
Block a user