diff options
| author | Joni Orponen <joni.orponen@gmail.com> | 2017-11-30 02:09:24 +0100 |
|---|---|---|
| committer | Joni Orponen <joni.orponen@gmail.com> | 2017-11-30 02:09:24 +0100 |
| commit | ede1896cb0eae5e487bbe74519fed6589588d046 (patch) | |
| tree | 36a68fecbdcddc08f4e3ae61419fa4127a80921c | |
| parent | d50e3d4bed1cecb8b308656ca509824fd379c6cc (diff) | |
| download | zope-interface-roto-travis-pypy.tar.gz | |
Let pypy and pypy3 float on Travis.roto-travis-pypy
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 736f1e7..a8a0001 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,9 @@ matrix: - os: linux python: 3.6 - os: linux - python: pypy-5.6.0 + python: pypy - os: linux - python: pypy3.3-5.5-alpha + python: pypy3 # It's important to use 'macpython' builds to get the least # restrictive wheel tag. It's also important to avoid # 'homebrew 3' because it floats instead of being a specific version. |
