summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-09-29 22:18:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-09-29 22:18:14 -0400
commit4107b7875cb05aa1bda2c1cca3cfbe856d86c80f (patch)
treea348d224e33b0b4456d7c2e07829bd220575f1a4
parent5c560e1c6979f5da612e70d9d303bdead8ba4fb1 (diff)
downloadpython-coveragepy-4107b7875cb05aa1bda2c1cca3cfbe856d86c80f.tar.gz
Build py33 kits, and put them in a new place so tox doesn't have to rebuild everything each time.
-rw-r--r--.hgignore1
-rw-r--r--tox_winkits.ini3
2 files changed, 3 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index cd38bf5..d8b5935 100644
--- a/.hgignore
+++ b/.hgignore
@@ -22,6 +22,7 @@ htmlcov
MANIFEST
setuptools-*.egg
.tox
+.tox_kits
# Stuff in the test directory.
zipmods.zip
diff --git a/tox_winkits.ini b/tox_winkits.ini
index 716a040..445329a 100644
--- a/tox_winkits.ini
+++ b/tox_winkits.ini
@@ -1,5 +1,6 @@
[tox]
-envlist = py26, py27, py31, py32
+envlist = py26, py27, py31, py32, py33
+toxworkdir = {toxinidir}/.tox_kits
[testenv]
commands =