python-telegram-bot/.travis.yml

7 lines
97 B
YAML
Raw Normal View History

2015-07-07 21:50:36 +02:00
language: python
python:
2015-07-07 22:28:53 +02:00
- 2.7
install:
- pip install -r requirements.txt
script: make test