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

Remove 3.2/3.5

This commit is contained in:
eternnoir 2015-09-22 20:34:06 +08:00
parent 11d4bb02a8
commit 036d000b95

View File

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