X Tutup
Skip to content

Commit ca8404a

Browse files
committed
travis.yml: another try to fix nosetests command line
1 parent d5b35e7 commit ca8404a

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
@@ -11,7 +11,7 @@ install:
1111
- pip install -r requirements.txt
1212
- pip install -r requirements-dev.txt
1313
script:
14-
- nosetests -v --with-coverage --cover-package --with-flaky
14+
- nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/
1515
- flake8 telegram
1616
- 'if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pylint -E telegram --disable=no-name-in-module,import-error; fi'
1717
after_success:

0 commit comments

Comments
 (0)
X Tutup