travis: when running nosetests run only the telegram tests (not urllib3)

This commit is contained in:
Noam Meltzer 2017-03-11 23:32:20 +02:00
parent 8c2ee0b439
commit bef6651da0

View file

@ -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