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:
Brian Warner 2018-12-24 14:59:13 -05:00
parent 937a7d93e8
commit 061ff98383

View File

@ -20,7 +20,7 @@ script:
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then - if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then
tox -e coverage ; tox -e coverage ;
else else
tox ; tox -e py ;
fi fi
after_success: after_success:
- codecov - codecov