Add pygments dependency

This commit is contained in:
myint 2012-09-09 09:59:57 -07:00
parent 97119b8de0
commit df5fa209d4
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ envlist=py26,py27,py32,pypy
[testenv]
commands=
python test_htmlreport.py
deps=pygments
[testenv:py26]
deps=unittest2
deps=
unittest2
pygments