From 30bc88e11cd292183b25dc9f467f82f3ec361544 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Tue, 18 Jun 2013 16:07:52 +0200 Subject: [PATCH] Fix tox.ini since numpy/scipy is no more used --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 36061a2..52ab77c 100644 --- a/tox.ini +++ b/tox.ini @@ -6,9 +6,6 @@ deps = pytest pytest-cov pyquery - numpy -# scipy cannot be installed by pip if numpy is not totally installed before commands = - pip install scipy py.test [] --cov pygal pygal/test