summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-16 19:47:19 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-16 19:47:19 -0500
commitb3b05413f6f1a8ed4a0b8dba53d85c2b2788ee67 (patch)
tree26882110865bf2d91ab290ac1b2559190df47052
parentf0cbcdd6b79cc52c57084fd6eb4b6669d2cc358e (diff)
downloadpython-coveragepy-git-b3b05413f6f1a8ed4a0b8dba53d85c2b2788ee67.tar.gz
3.2 isn't supported, so don't make Windows kits for it
-rw-r--r--tox_winkits.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox_winkits.ini b/tox_winkits.ini
index f1941918..54e8779d 100644
--- a/tox_winkits.ini
+++ b/tox_winkits.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27, py32, py33, py34
+envlist = py26, py27, py33, py34
toxworkdir = {toxinidir}/.tox_kits
[testenv]