From df5fa209d4ebc4e188f3315bcc85e9c66276d3bb Mon Sep 17 00:00:00 2001 From: myint Date: Sun, 9 Sep 2012 09:59:57 -0700 Subject: [PATCH] Add pygments dependency --- htmlreport/tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htmlreport/tox.ini b/htmlreport/tox.ini index 18b937b55..502ca70c1 100644 --- a/htmlreport/tox.ini +++ b/htmlreport/tox.ini @@ -4,6 +4,9 @@ envlist=py26,py27,py32,pypy [testenv] commands= python test_htmlreport.py +deps=pygments [testenv:py26] -deps=unittest2 +deps= + unittest2 + pygments