diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 79ae11e0..fbf30ebd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ # Tell Travis what to do # https://travis-ci.com/nedbat/coveragepy +dist: xenial language: python cache: pip @@ -9,8 +10,8 @@ python: - '3.4' - '3.5' - '3.6' - - 'pypy' - - 'pypy3.5' + - 'pypy2.7-6.0' + - 'pypy3.5-6.0' env: matrix: |