We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7993328 commit 968b19eCopy full SHA for 968b19e
.travis.yml
@@ -10,7 +10,6 @@ install:
10
- pip install coveralls
11
- pip install -r requirements.txt
12
script:
13
- - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && bundle exec rake tests:integration || false'
14
- - nosetests --with-coverage --cover-package telegram/
+ nosetests --with-coverage --cover-package telegram/
15
after_success:
16
- - coveralls
+ coveralls
0 commit comments