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 | 3ddf178d479ccf73663432160bc07bb0676eb856 (patch) | |
tree | 900f0d72deab1dffef7120a073cfd4331fd722c7 | |
parent | 3166305c979cc7884df76098080919512dd21c98 (diff) | |
download | python-coveragepy-3ddf178d479ccf73663432160bc07bb0676eb856.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 = |