diff --git a/.travis.yml b/.travis.yml index 68d1d840cf4..38ef0eb2c66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ matrix: - python: "3.6" name: "Lint" env: LINT="true" - - python: "pypy2.7-6.0" + - python: "pypy" name: "PyPy2 Xenial" - - python: "pypy3.5-6.0" + - python: "pypy3" name: "PyPy3 Xenial" - python: '3.7' name: "3.7 Xenial"