diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-05-16 17:03:40 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 15:30:59 -0700 |
commit | 78b3520e9b78b0cefab37ba96bef00af6b996c4b (patch) | |
tree | 6141e4c2e9f8edf0de7f67287c546e891e032e4c | |
parent | 6a44590d0c0903ceaf08177235d0c2af5240774f (diff) |
Modern pypy no longer seems to sporadically fail?
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ac13aff6..c4ccb74d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ python: matrix: allow_failures: - python: "3.7-dev" - - python: "pypy-5.6.0" install: # Ensure modern pip/etc on Python 3.3 workers (not sure WTF, but, eh) - pip install pip==9.0.1 setuptools==36.6.0 |