From e4aac3eb54c3f62d6c85defc1971a8de06785ca4 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 22 Jan 2014 16:15:56 +0100 Subject: [PATCH] add colorama to tox config, because that improves the color output --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 06593b91..d346be97 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,8 @@ deps = https://bitbucket.org/hpk42/pytest/get/c4f58165e0d4.zip # docopt for sith doctests docopt +# coloroma for colored debug output + colorama commands = py.test [] [testenv:py26]