1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Add Test python version

This commit is contained in:
eternnoir 2015-09-22 20:25:35 +08:00
parent f4b0b61b9d
commit 11d4bb02a8

View File

@ -2,7 +2,10 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.2"
- "3.3"
- "3.4" - "3.4"
- "3.5"
- "pypy" - "pypy"
- "pypy3" - "pypy3"
install: "pip install -r requirements.txt" install: "pip install -r requirements.txt"