Browse Source

More on tox

pull/8/head
Florian Mounier 13 years ago
parent
commit
27b3974060
  1. 7
      tox.ini

7
tox.ini

@ -4,13 +4,14 @@ envlist = py26,py27,py32
[testenv]
deps =
pytest
pytest-cov
pyquery
[testenv:py26]
commands=py.test [] {envdir}/lib/python2.6/site-packages/pygal/test
commands=py.test [] --cov {envdir}/lib/python2.6/site-packages/pygal {envdir}/lib/python2.6/site-packages/pygal/test
[testenv:py27]
commands=py.test [] {envdir}/lib/python2.7/site-packages/pygal/test
commands=py.test [] --cov {envdir}/lib/python2.7/site-packages/pygal {envdir}/lib/python2.7/site-packages/pygal/test
[testenv:py32]
commands=py.test [] {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

Loading…
Cancel
Save