Add pygments dependency
This commit is contained in:
parent
97119b8de0
commit
df5fa209d4
|
@ -4,6 +4,9 @@ envlist=py26,py27,py32,pypy
|
||||||
[testenv]
|
[testenv]
|
||||||
commands=
|
commands=
|
||||||
python test_htmlreport.py
|
python test_htmlreport.py
|
||||||
|
deps=pygments
|
||||||
|
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
deps=unittest2
|
deps=
|
||||||
|
unittest2
|
||||||
|
pygments
|
||||||
|
|
Loading…
Reference in New Issue