python-telegram-bot/.travis.yml
2015-08-11 14:40:20 -03:00

13 lines
182 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "nightly"
install:
- pip install coveralls
script:
covarage run telegram_tests.py
after_success:
coveralls