Browse Source

Tox update

pull/8/head
Florian Mounier 13 years ago
parent
commit
751556e1b8
  1. 12
      tox.ini

12
tox.ini

@ -1,8 +1,16 @@
[tox]
envlist = py26,py27,py32
[testenv]
changedir=demo
commands=py.test --pyargs pygal []
deps =
pytest
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…
Cancel
Save