summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-10-06 09:00:46 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-10-06 09:00:46 -0400
commit6ca71fd87d435844c0182590f81b41a6b1365b1d (patch)
treef9541fc414078bdac1866b106e71d453d347b109
parentca79f93c96e6a205f90d0502611b917149724e22 (diff)
downloadpython-coveragepy-6ca71fd87d435844c0182590f81b41a6b1365b1d.tar.gz
Don't make windows kits for 3.1 any more.coverage-3.7
-rw-r--r--tox_winkits.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox_winkits.ini b/tox_winkits.ini
index a283a59..49057d3 100644
--- a/tox_winkits.ini
+++ b/tox_winkits.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27, py31, py32, py33
+envlist = py26, py27, py32, py33
toxworkdir = {toxinidir}/.tox_kits
[testenv]