From 6ca5ec2c7f92d1e5e72494bdb9d3d16373254c62 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 8 Apr 2013 15:56:24 +0200 Subject: [PATCH] Fix the coverage --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index b3a8e2a..36061a2 100644 --- a/tox.ini +++ b/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