python-telegram-bot/.travis.yml

9 lines
97 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"
- "nightly"
2015-07-07 22:28:53 +02:00
script: make test