From bef6651da044b0ed2257e641590d15a4b83e6e04 Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Sat, 11 Mar 2017 23:32:20 +0200 Subject: [PATCH] travis: when running nosetests run only the telegram tests (not urllib3) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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