Rolling back travis settings

This commit is contained in:
Leandro Toledo 2015-11-11 12:07:43 -02:00
parent 7993328ff7
commit 968b19e8b7

View file

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