Browse Source

Fix the coverage

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

2
tox.ini

@ -11,4 +11,4 @@ deps =
# 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
py.test [] --cov pygal pygal/test

Loading…
Cancel
Save