diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-27 09:44:08 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-27 09:44:08 -0400 |
commit | c1b54c2433e4f23c61354303d9e3698704f5a3f7 (patch) | |
tree | e6b4ec165dae139f6fbdb6b69eb2bf02601666e1 | |
parent | 8a6ddab29ea01d50e48b2d3dbcc91de9960d77d2 (diff) | |
download | python-coveragepy-git-c1b54c2433e4f23c61354303d9e3698704f5a3f7.tar.gz |
Back to pypy
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index de8488f7..df238e57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - '3.4' - '3.5' - '3.6' - - 'pypy2' + - 'pypy' - 'pypy3.5' env: |