python-telegram-bot/.travis.yml

15 lines
170 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:29:39 +02:00
make test
after_success:
2015-08-11 19:40:20 +02:00
coveralls