From fcad4cf7437f7c33522e0ce0a405986c3a3e1c71 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 3 Mar 2016 15:48:05 -0800 Subject: [PATCH] tox.ini: Remove py32 and add py35 because py32 is pretty ancient and not well-supported and py35 is new and nice. --- .travis.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3d5f79..dff9d93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: python env: - TOXENV=py26 - TOXENV=py27 - - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 + - TOXENV=py35 - TOXENV=pypy install: - travis_retry pip install tox coveralls diff --git a/tox.ini b/tox.ini index 11920bd..28629f5 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py32, py33, py34, pypy +envlist = py26, py27, py33, py34, py35, pypy [testenv] deps = nose