|
|
@ -1,5 +1,5 @@ |
|
|
|
[tox] |
|
|
|
[tox] |
|
|
|
envlist = py26,py27,py32 |
|
|
|
envlist = py26,py27,py32,py33 |
|
|
|
|
|
|
|
|
|
|
|
[testenv] |
|
|
|
[testenv] |
|
|
|
deps = |
|
|
|
deps = |
|
|
@ -15,3 +15,6 @@ commands=py.test [] --cov {envdir}/lib/python2.7/site-packages/pygal {envdir}/li |
|
|
|
|
|
|
|
|
|
|
|
[testenv:py32] |
|
|
|
[testenv:py32] |
|
|
|
commands=py.test [] --cov {envdir}/lib/python3.2/site-packages/pygal {envdir}/lib/python3.2/site-packages/pygal/test |
|
|
|
commands=py.test [] --cov {envdir}/lib/python3.2/site-packages/pygal {envdir}/lib/python3.2/site-packages/pygal/test |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[testenv:py33] |
|
|
|
|
|
|
|
commands=py.test [] --cov {envdir}/lib/python3.3/site-packages/pygal {envdir}/lib/python3.3/site-packages/pygal/test |
|
|
|