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:
Noam Meltzer 2018-02-18 17:41:45 +02:00
parent c152d6583e
commit dcb510e62c

View file

@ -5,7 +5,6 @@ python:
- "3.5"
- "3.6"
- "pypy-5.7.1"
- "pypy3.5-5.10.0"
dist: trusty
sudo: false