diff options
author | Marc Abramowitz <marc@marc-abramowitz.com> | 2012-06-20 23:04:33 -0700 |
---|---|---|
committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2012-06-20 23:04:33 -0700 |
commit | fbbd249b4a5946d0dfa46b0013f3cf91a93a8f1e (patch) | |
tree | 9f63c33cf87ef132cae18db53fc5a6f66fcf4813 | |
parent | 9cda5db249304e91b0e60120ed0fca29e0f32ba3 (diff) | |
download | python-coveragepy-git-fbbd249b4a5946d0dfa46b0013f3cf91a93a8f1e.tar.gz |
tox.ini: Add additional targets to envlist
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py24_py, py25, py26, py27, py32, py33, pypy +envlist = py24_py, py24_c, py25_py, py25_c, py26_py, py26_c, py27_py, py27_c, py32_py, py32_c, py33_py, py33_c, pypy_py [testenv] commands = |