Skip to content

Commit

Permalink
Fix the coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 8, 2013
1 parent 63e5e87 commit 6ca5ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ca5ec2

Please sign in to comment.