Add tox configuration file
tox makes it easy to test against multiple Python interpreters. See http://tox.testrun.org for details.
This commit is contained in:
parent
3cb737131b
commit
97119b8de0
|
@ -0,0 +1,9 @@
|
|||
[tox]
|
||||
envlist=py26,py27,py32,pypy
|
||||
|
||||
[testenv]
|
||||
commands=
|
||||
python test_htmlreport.py
|
||||
|
||||
[testenv:py26]
|
||||
deps=unittest2
|
Loading…
Reference in New Issue