From 03239da29211962bc08197262a95c755b3a9b02b Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sun, 29 Nov 2015 16:52:37 +0000 Subject: [PATCH] pandas dependancy for tox --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 0b813c70..e4b5535b 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,8 @@ deps = nose-timer coverage<4 coveralls + pandas + numpy commands = nosetests --with-coverage --with-timer --cover-package=tqdm --ignore-files="tests_perf\.py" -d -v tqdm/ coveralls