]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
travis.yml: Upgrade pypy3 2212/head
authorBen Darnell <ben@bendarnell.com>
Fri, 8 Dec 2017 17:32:51 +0000 (12:32 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 8 Dec 2017 17:32:51 +0000 (12:32 -0500)
This may fix weird test failures as seen in #2193

.travis.yml

index fe1cd2a0344587f2f90f1c8145082d7e1958ba6b..cd2021bd6a8f627ec7d9ba30f62f723f35af3263 100644 (file)
@@ -8,14 +8,16 @@ matrix:
     fast_finish: true
 
 language: python
+# For a list of available versions, run
+#     aws s3 ls s3://travis-python-archives/binaries/ubuntu/14.04/x86_64/
 python:
     - 2.7
-    - pypy-5.7.1
+    - pypy2.7-5.8.0
     - 3.4
     - 3.5
     - 3.6
     - nightly
-    - pypy3.5-5.7.1-beta
+    - pypy3.5-5.8.0
 
 install:
     - if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then travis_retry pip install futures mock monotonic; fi