pyTelegramBotAPI/.travis.yml

10 lines
159 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-07-17 08:56:34 +03:00
- "pypy"
- "pypy3"
2015-06-26 17:26:10 +03:00
install: "pip install -r requirements.txt"
script: cd tests && py.test