Browse Source

Fix tox.ini since numpy/scipy is no more used

pull/39/head
Florian Mounier 12 years ago
parent
commit
30bc88e11c
  1. 3
      tox.ini

3
tox.ini

@ -6,9 +6,6 @@ deps =
pytest
pytest-cov
pyquery
numpy
# scipy cannot be installed by pip if numpy is not totally installed before
commands =
pip install scipy
py.test [] --cov pygal pygal/test

Loading…
Cancel
Save