Python to generate nice looking SVG graph http://pygal.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
489 B

[tox]
envlist = py26,py27,py32
13 years ago
[testenv]
deps =
pytest
13 years ago
pytest-cov
pyquery
13 years ago
[testenv:py26]
13 years ago
commands=py.test [] --cov {envdir}/lib/python2.6/site-packages/pygal {envdir}/lib/python2.6/site-packages/pygal/test
13 years ago
[testenv:py27]
13 years ago
commands=py.test [] --cov {envdir}/lib/python2.7/site-packages/pygal {envdir}/lib/python2.7/site-packages/pygal/test
13 years ago
[testenv:py32]
13 years ago
commands=py.test [] --cov {envdir}/lib/python3.2/site-packages/pygal {envdir}/lib/python3.2/site-packages/pygal/test