X Tutup
Skip to content

Commit bef6651

Browse files
committed
travis: when running nosetests run only the telegram tests (not urllib3)
1 parent 8c2ee0b commit bef6651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- pip install -r requirements-dev.txt
1717
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi
1818
script:
19-
- nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/
19+
- nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/ tests
2020
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then pre-commit run --all-files; fi
2121
after_success:
2222
coveralls

0 commit comments

Comments
 (0)
X Tutup