python-telegram-bot/.travis.yml

7 lines
97 B
YAML
Raw Normal View History

2015-07-07 16:50:36 -03:00
language: python
python:
2015-07-07 17:28:53 -03:00
- 2.7
install:
- pip install -r requirements.txt
script: make test