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] [testenv]
deps = deps =
pytest pytest
pytest-cov
pyquery pyquery
[testenv:py26] [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] [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] [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