From: Ben Darnell Date: Sat, 23 Nov 2019 17:00:51 +0000 (-0500) Subject: ci: Don't run full test suite on python 3.5.2 X-Git-Tag: v6.1.0b1~45^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f27efeec6aa5d03a49ba05ed32c74ceb1463f7;p=thirdparty%2Ftornado.git ci: Don't run full test suite on python 3.5.2 --- diff --git a/.travis.yml b/.travis.yml index 374bd5642..d7ce8e6f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,8 @@ jobs: # "provisional feature" rules there are significant differences between patch # versions for asyncio and typing. - python: 3.5.2 - env: TOX_ENV=py35-full + # Twisted doesn't install on python 3.5.2, so don't run the "full" tests. + env: TOX_ENV=py35 - python: '3.5' env: TOX_ENV=py35-full - python: '3.6'