mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
Enable travis for PRs
This commit is contained in:
parent
16349ac69a
commit
7993328ff7
1 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@ install:
|
|||
- pip install coveralls
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
nosetests --with-coverage --cover-package telegram/
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && bundle exec rake tests:integration || false'
|
||||
- nosetests --with-coverage --cover-package telegram/
|
||||
after_success:
|
||||
coveralls
|
||||
- coveralls
|
||||
|
|
Loading…
Add table
Reference in a new issue