diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-04-22 16:53:37 +0200 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-04-22 16:54:42 +0200 |
| commit | 3a797435ccdc5a115b681572d5ba0cfd484ae810 (patch) | |
| tree | c51a07e6d143a5a0ddd9d4b5d03df0f6c8ef1552 /.travis.yml | |
| parent | bd3d72b030eeae19ebc2eb3a0a325f87b41a09f1 (diff) | |
| download | external_python_setuptools-3a797435ccdc5a115b681572d5ba0cfd484ae810.tar.gz external_python_setuptools-3a797435ccdc5a115b681572d5ba0cfd484ae810.tar.bz2 external_python_setuptools-3a797435ccdc5a115b681572d5ba0cfd484ae810.zip | |
travis: update PyPy 3 job to latest supported version
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d99656e0..9429dc6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ jobs: env: LANG=C - python: pypy2.7-6.0.0 env: DISABLE_COVERAGE=1 # Don't run coverage on pypy (too slow). - - python: pypy3 + - python: pypy3.5-6.0.0 env: DISABLE_COVERAGE=1 - python: 3.4 - python: 3.5 |
