diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-29 22:18:14 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-29 22:18:14 -0400 |
commit | 4107b7875cb05aa1bda2c1cca3cfbe856d86c80f (patch) | |
tree | a348d224e33b0b4456d7c2e07829bd220575f1a4 | |
parent | 5c560e1c6979f5da612e70d9d303bdead8ba4fb1 (diff) | |
download | python-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-- | .hgignore | 1 | ||||
-rw-r--r-- | tox_winkits.ini | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -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 = |