Skip to content

Commit 97119b8

Browse files
author
myint
committed
Add tox configuration file
tox makes it easy to test against multiple Python interpreters. See http://tox.testrun.org for details.
1 parent 3cb7371 commit 97119b8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

htmlreport/tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tox]
2+
envlist=py26,py27,py32,pypy
3+
4+
[testenv]
5+
commands=
6+
python test_htmlreport.py
7+
8+
[testenv:py26]
9+
deps=unittest2

0 commit comments

Comments
 (0)