diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-27 09:12:55 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-27 09:12:55 -0400 |
commit | 8a6ddab29ea01d50e48b2d3dbcc91de9960d77d2 (patch) | |
tree | 6aaefb413f2717fe201ed59de46dbcbf28b6ee8b | |
parent | 96bcb2d1c48f8717e6a0290b0b5e60e0bc2a1d97 (diff) | |
download | python-coveragepy-git-8a6ddab29ea01d50e48b2d3dbcc91de9960d77d2.tar.gz |
Maybe pypy2 works?
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 06e7d3ba..de8488f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - '3.4' - '3.5' - '3.6' - - 'pypy2.7' + - 'pypy2' - 'pypy3.5' env: |