python-telegram-bot/.travis.yml
Leandro Toledo 4aaab11a7b Adding tests
2015-07-07 17:28:53 -03:00

6 lines
97 B
YAML

language: python
python:
- 2.7
install:
- pip install -r requirements.txt
script: make test