Enable travis for PRs

This commit is contained in:
Leandro Toledo 2015-11-11 12:04:23 -02:00
parent 16349ac69a
commit 7993328ff7

View file

@ -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