diff options
author | Pierce Lopez <pierce.lopez@gmail.com> | 2017-06-14 20:01:50 -0400 |
---|---|---|
committer | Pierce Lopez <pierce.lopez@gmail.com> | 2017-06-14 20:20:35 -0400 |
commit | 9af1150e0ca21077307c9ff4c8ac661ee41d9dd9 (patch) | |
tree | fd64568e24342275b632410fe341a466ff3881e5 | |
parent | 44e0fa814c7bf5a81369c7ee5ff52d0662b4f457 (diff) |
travis-ci: update pypy test run to use pypy-5.6.0
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7ca8db09..0e46ec84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - "3.4" - "3.5" - "3.6" - - "pypy-5.4.1" + - "pypy-5.6.0" install: # Self-install for setup.py-driven deps - pip install -e . |