X Tutup
Skip to content

Commit e189e8a

Browse files
committed
add -v to nosetests to debug travis tests
1 parent 04c8681 commit e189e8a

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 --with-coverage --cover-package telegram/
14+
- nosetests -v --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