From fe4ecd874fd5994e872397f8cc9c71f1a2e96e04 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 8 Apr 2013 12:55:53 +0200 Subject: [PATCH] Change the order of deps in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index acbc97cd..12475cd6 100644 --- a/tox.ini +++ b/tox.ini @@ -6,8 +6,8 @@ deps = pytest pytest-cov pyquery - numpy scipy + numpy [testenv:py26] commands=py.test [] --cov {envdir}/lib/python2.6/site-packages/pygal {envdir}/lib/python2.6/site-packages/pygal/test