From: Ben Darnell Date: Fri, 5 Jan 2018 14:59:00 +0000 (-0500) Subject: Update travis-ci python versions to match master. X-Git-Tag: v4.5.3~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=716ab7d509a44bb00c5cbfec37ad3d16cdcd2618;p=thirdparty%2Ftornado.git Update travis-ci python versions to match master. 2.7.8 is no longer available and "pypy3" is old and has other issues. --- diff --git a/.travis.yml b/.travis.yml index 4b2ac2bcc..e3b33c043 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ # https://travis-ci.org/tornadoweb/tornado language: python python: - - 2.7.8 - 2.7 - pypy - 3.3 @@ -9,7 +8,7 @@ python: - 3.5 - 3.6 - nightly - - pypy3 + - pypy3.5-5.8.0 install: - if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then travis_retry pip install futures mock monotonic trollius; fi