diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-15 10:23:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 10:23:45 -0700 |
commit | 853a37f5a47ce1b0a9719e8e201e0ee48207631e (patch) | |
tree | fd64568e24342275b632410fe341a466ff3881e5 | |
parent | 44e0fa814c7bf5a81369c7ee5ff52d0662b4f457 (diff) | |
parent | 9af1150e0ca21077307c9ff4c8ac661ee41d9dd9 (diff) |
Merge pull request #997 from ploxiln/travis_pypy_update
travis-ci: update pypy test run
-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 . |