Browse Source

Change the order of deps in tox.ini

pull/28/merge
Guillaume Ayoub 12 years ago
parent
commit
fe4ecd874f
  1. 2
      tox.ini

2
tox.ini

@ -6,8 +6,8 @@ deps =
pytest
pytest-cov
pyquery
numpy
scipy
numpy
[testenv:py26]
commands=py.test [] --cov {envdir}/lib/python2.6/site-packages/pygal {envdir}/lib/python2.6/site-packages/pygal/test

Loading…
Cancel
Save