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

Update .travis.yml

This commit is contained in:
user 2018-07-02 23:29:07 +03:00 committed by GitHub
parent 9547a8d7b1
commit 4079772fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.7-dev"
- "pypy"
- "pypy3"
install: "pip install -r requirements.txt"