Browse Source

Add comment about scipy in tox.ini

pull/28/merge
Guillaume Ayoub 12 years ago
parent
commit
63e5e870f3
  1. 1
      tox.ini

1
tox.ini

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

Loading…
Cancel
Save