Skip to content

Commit

Permalink
htmlreport: Move out tox.ini to the test/tools dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetrigo committed May 4, 2024
1 parent 9d0c441 commit bbe0689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htmlreport/tox.ini → test/tools/tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
envlist = py26,py27,py32,pypy,pip
envlist = py32,py312,pypy,pip

[testenv]
commands =
python tests/test_htmlreport.py
python test_htmlreport.py
deps = pygments

[testenv:pip]
Expand Down

0 comments on commit bbe0689

Please sign in to comment.