mirror of https://github.com/Kozea/pygal.git
Florian Mounier
13 years ago
1 changed files with 10 additions and 2 deletions
@ -1,8 +1,16 @@ |
|||||||
[tox] |
[tox] |
||||||
envlist = py26,py27,py32 |
envlist = py26,py27,py32 |
||||||
|
|
||||||
[testenv] |
[testenv] |
||||||
changedir=demo |
|
||||||
commands=py.test --pyargs pygal [] |
|
||||||
deps = |
deps = |
||||||
pytest |
pytest |
||||||
pyquery |
pyquery |
||||||
|
|
||||||
|
[testenv:py26] |
||||||
|
commands=py.test [] {envdir}/lib/python2.6/site-packages/pygal/test |
||||||
|
|
||||||
|
[testenv:py27] |
||||||
|
commands=py.test [] {envdir}/lib/python2.7/site-packages/pygal/test |
||||||
|
|
||||||
|
[testenv:py32] |
||||||
|
commands=py.test [] {envdir}/lib/python3.2/site-packages/pygal/test |
||||||
|
Loading…
Reference in new issue