python-telegram-bot/.travis.yml

15 lines
186 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-07 21:53:01 +02:00
coverage run tests/run.py
after_success:
2015-08-11 19:40:20 +02:00
coveralls