pyTelegramBotAPI/.travis.yml

14 lines
219 B
YAML
Raw Normal View History

2015-06-26 17:26:10 +03:00
language: python
python:
- "2.7"
2015-07-17 06:31:00 +03:00
- "3.4"
2016-09-12 11:53:48 +03:00
- "3.5"
2018-03-10 09:48:30 +03:00
- "3.6"
- "3.7"
2015-07-17 08:56:34 +03:00
- "pypy"
- "pypy3"
2015-06-26 17:26:10 +03:00
install: "pip install -r requirements.txt"
2015-08-24 05:42:32 +03:00
script:
- python setup.py install
- cd tests && py.test