diff options
author | Jason Madden <jamadden@gmail.com> | 2017-06-09 10:58:42 -0500 |
---|---|---|
committer | Jason Madden <jamadden@gmail.com> | 2017-06-09 10:58:42 -0500 |
commit | 859b40e4dec816c220ff601798a24c4aafacff13 (patch) | |
tree | 9bb452bc70e1bd87977e12110bd5bbd79926095c | |
parent | 02e9c3506be4dd202b8b33413ce85278bd8a1a51 (diff) | |
download | zope-interface-coveralls-on-travis.tar.gz |
Despite the list, pypy-5.6 doesn,t work, it must be 5.6.0coveralls-on-travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5c8e579..736f1e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ matrix: - os: linux python: 3.6 - os: linux - python: pypy-5.6 + python: pypy-5.6.0 - os: linux python: pypy3.3-5.5-alpha # It's important to use 'macpython' builds to get the least |