We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2ee0b commit bef6651Copy full SHA for bef6651
.travis.yml
@@ -16,7 +16,7 @@ install:
16
- pip install -r requirements-dev.txt
17
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi
18
script:
19
- - 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
20
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then pre-commit run --all-files; fi
21
after_success:
22
coveralls
0 commit comments