python-telegram-bot/.travis.yml

15 lines
212 B
YAML
Raw Normal View History

2015-07-07 21:50:36 +02:00
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
2015-08-28 18:09:47 +02:00
- "pypy"
- "pypy3"
2015-08-11 19:40:20 +02:00
install:
- pip install coveralls
script:
2015-09-08 20:02:28 +02:00
nosetests --with-coverage --cover-package telegram/
after_success:
2015-08-11 19:40:20 +02:00
coveralls