diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 19:03:27 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 19:03:27 -0400 |
commit | 489a3f76a2bc605374483fcdc835e77d92eda216 (patch) | |
tree | 0e0cc566a1b2cafe378c68b471ef8b1ca314a20c /.travis.yml | |
parent | f9ed04eddf6e6b919dfe0872e753c5600cd97f99 (diff) |
Xenial doesn't support this pypy version
Let's see if the unversioned aliases work on this distro first...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2e1fe9e0..324c5f3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ python: - "3.6" - "3.7" - "3.8-dev" - - "pypy-5.6.0" + - "pypy" + - "pypy3" matrix: allow_failures: - python: "3.8-dev" |