We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c8681 commit e189e8aCopy full SHA for e189e8a
.travis.yml
@@ -11,7 +11,7 @@ install:
11
- pip install -r requirements.txt
12
- pip install -r requirements-dev.txt
13
script:
14
- - nosetests --with-coverage --cover-package telegram/
+ - nosetests -v --with-coverage --cover-package telegram/
15
- flake8 telegram
16
- 'if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pylint -E telegram --disable=no-name-in-module,import-error; fi'
17
after_success:
0 commit comments