From d85976aa08e3c42e7376c341adefbfa32e30c66c Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 1 Mar 2017 10:46:43 -0500 Subject: [PATCH] Remove test envs that no longer work from travis.yml (#23) This commit removes the python 3.2 and pypy 3.2 test envs from the travis ci config. These no longer have support for pypi and pip so there is no reason we should be trying to run them anymore. The pypy3 version has been bumped to 3.3. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9dae88..b49feeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,10 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" - pypy - - pypy3 + - pypy3.3-5.2-alpha1 matrix: include: # Travis nightly look to be 3.5.0a4, b3 is out and the error we see