pyTelegramBotAPI/.travis.yml

12 lines
194 B
YAML
Raw Normal View History

2015-06-26 17:26:10 +03:00
language: python
python:
2016-09-12 11:53:48 +03:00
- "3.5"
2018-03-10 09:48:30 +03:00
- "3.6"
- "3.7"
- "3.8"
2015-07-17 08:56:34 +03:00
- "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