Default PyPys are good enough now
And keeping track of supported versions is a PITA.
This commit is contained in:
parent
1357de7471
commit
4e78788058
|
@ -1,4 +1,5 @@
|
|||
dist: trusty
|
||||
group: travis_latest
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
|
@ -19,9 +20,9 @@ matrix:
|
|||
env: TOXENV=py35
|
||||
- python: "3.6"
|
||||
env: TOXENV=py36
|
||||
- python: "pypy2.7-5.8.0"
|
||||
- python: "pypy"
|
||||
env: TOXENV=pypy
|
||||
- python: "pypy3.5-5.8.0"
|
||||
- python: "pypy3"
|
||||
env: TOXENV=pypy3
|
||||
|
||||
# Prevent breakage by a new release
|
||||
|
|
Loading…
Reference in New Issue