diff --git a/.travis.yml b/.travis.yml index aa23e7287..ff74c09cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - pip install -r requirements-dev.txt - if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi script: - - nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/ + - nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/ tests - if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then pre-commit run --all-files; fi after_success: coveralls