mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Rolling back travis settings
This commit is contained in:
parent
7993328ff7
commit
968b19e8b7
1 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,6 @@ install:
|
|||
- pip install coveralls
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && bundle exec rake tests:integration || false'
|
||||
- nosetests --with-coverage --cover-package telegram/
|
||||
nosetests --with-coverage --cover-package telegram/
|
||||
after_success:
|
||||
- coveralls
|
||||
coveralls
|
||||
|
|
Loading…
Reference in a new issue