pyTelegramBotAPI/.travis.yml

13 lines
208 B
YAML
Raw Permalink Normal View History

2015-06-26 17:26:10 +03:00
language: python
python:
- "3.7"
- "3.8"
2020-11-07 14:02:11 +03:00
- "3.9"
2021-11-27 22:29:57 +03:00
- "3.10"
2022-11-28 19:17:23 +03:00
- "3.11"
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