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 | 4a5a45d18135f4ccc72bcea05e13175f52ee2f85 (patch) | |
tree | 226596e11d24aa1519f2d82130ff69fb55f75123 | |
parent | 87a1b9cd39afb7c45cceacebdf8c53da27a0ebb6 (diff) | |
download | python-coveragepy-git-4a5a45d18135f4ccc72bcea05e13175f52ee2f85.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 716a040e..445329a4 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 = |