Skip to content

Commit bbe0689

Browse files
committed
htmlreport: Move out tox.ini to the test/tools dir
1 parent 9d0c441 commit bbe0689

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
2-
envlist = py26,py27,py32,pypy,pip
2+
envlist = py32,py312,pypy,pip
33

44
[testenv]
55
commands =
6-
python tests/test_htmlreport.py
6+
python test_htmlreport.py
77
deps = pygments
88

99
[testenv:pip]

0 commit comments

Comments
 (0)