Skip to content

Commit 4a5a45d

Browse files
committed
Build py33 kits, and put them in a new place so tox doesn't have to rebuild everything each time.
1 parent 87a1b9c commit 4a5a45d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.hgignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ htmlcov
2222
MANIFEST
2323
setuptools-*.egg
2424
.tox
25+
.tox_kits
2526

2627
# Stuff in the test directory.
2728
zipmods.zip

tox_winkits.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
2-
envlist = py26, py27, py31, py32
2+
envlist = py26, py27, py31, py32, py33
3+
toxworkdir = {toxinidir}/.tox_kits
34

45
[testenv]
56
commands =

0 commit comments

Comments
 (0)