From cb99e62b109948c1fa129c874039badb206064e1 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 13 Mar 2013 19:12:24 +0100 Subject: [PATCH] Add numpy for tests in tox --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8c91004..acbc97c 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ deps = pytest pytest-cov pyquery + numpy scipy [testenv:py26]