diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-09-27 12:42:40 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-09-27 12:42:40 -0400 |
commit | e7df18cd8a6d04c14eaf35da5f740d8aef48a788 (patch) | |
tree | d3b348b6a5a7992a1ec7134145324ac0fb4a9734 | |
parent | 2a2b3f3a7272cc3b75b5fd8af86ac1d31b9f6411 (diff) | |
download | python-coveragepy-git-e7df18cd8a6d04c14eaf35da5f740d8aef48a788.tar.gz |
Build windows kits on 3.4 also
-rw-r--r-- | tox_winkits.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox_winkits.ini b/tox_winkits.ini index 49057d3b..f1941918 100644 --- a/tox_winkits.ini +++ b/tox_winkits.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py32, py33 +envlist = py26, py27, py32, py33, py34 toxworkdir = {toxinidir}/.tox_kits [testenv] |