pyTelegramBotAPI/.travis.yml

8 lines
132 B
YAML
Raw Normal View History

2015-06-26 17:26:10 +03:00
language: python
python:
- "2.6"
- "2.7"
2015-07-17 06:31:00 +03:00
- "3.4"
2015-06-26 17:26:10 +03:00
install: "pip install -r requirements.txt"
script: cd tests && py.test