1[tox]
2envlist=py26,py27,py32,pypy
3
4[testenv]
5commands=
6    python test_htmlreport.py
7deps=pygments
8
9[testenv:py26]
10deps=
11    unittest2
12    pygments
13