From 63e5e870f3a658bc6f7490b8c1d51a7350b82c4a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 8 Apr 2013 15:38:20 +0200 Subject: [PATCH] Add comment about scipy in tox.ini --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d3a5fb00..b3a8e2a0 100644 --- a/tox.ini +++ b/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