python-telegram-bot/.travis.yml

14 lines
183 B
YAML
Raw Normal View History

2015-07-07 16:50:36 -03:00
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "nightly"
2015-08-11 14:40:20 -03:00
install:
- pip install coveralls
script:
2015-08-11 14:42:09 -03:00
coveralls run telegram_tests.py
after_success:
2015-08-11 14:40:20 -03:00
coveralls