Browse Source

Fix the coverage

pull/28/merge
Guillaume Ayoub 12 years ago
parent
commit
6ca5ec2c7f
  1. 6
      tox.ini

6
tox.ini

@ -9,6 +9,6 @@ deps =
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
commands =
pip install scipy
py.test [] --cov pygal pygal/test

Loading…
Cancel
Save