python-telegram-bot/.travis.yml
Leandro Toledo 3452a094e0 Adding tests
2015-07-07 17:20:33 -03:00

5 lines
94 B
YAML

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