diff --git a/.travis.yml b/.travis.yml index f0a30b2..d17adfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,12 @@ matrix: - python: nightly install: - - pip install setuptools pytest pytest-cov flake8 python-coveralls + - pip install pytest pytest-cov flake8 python-coveralls - if [ $(python -c "import sys; sys.exit(1 if (sys.version_info >= (3, 5)) else 0)") -eq 1 ]; then pip install flake8-bugbear; fi script: - flake8 - - python3 setup.py test + - python setup.py test after_success: - coveralls