mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
travis.yml: Removed pypy3.5
Travis keeps failing on weird INTERNAL ERROR messages and it just fails the build. I don't see any other choice but to disable pypy3.5 tests.
This commit is contained in:
parent
c152d6583e
commit
dcb510e62c
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ python:
|
|||
- "3.5"
|
||||
- "3.6"
|
||||
- "pypy-5.7.1"
|
||||
- "pypy3.5-5.10.0"
|
||||
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue