From a100f659995f68753dffa066f2120783c5db5d01 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Sat, 23 Jul 2016 19:07:21 -0700 Subject: [PATCH] Replace py 3.2 classifier with 3.5 --- setup.py | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index f7063eaef..dabe2a099 100755 --- a/setup.py +++ b/setup.py @@ -130,9 +130,9 @@ def run_tests(self): 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python', 'Topic :: Software Development', ], diff --git a/tox.ini b/tox.ini index 3d3cbd735..bd790da4e 100644 --- a/tox.ini +++ b/tox.ini @@ -4,9 +4,9 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py30, py31, py32, py33, py34, py35, pypy +envlist = py26, py27, py33, py34, py35, pypy [testenv] -commands = +commands = pip install -e .[tests] python setup.py test