From bbe0689bc22cb7ee91bc436f37366e1cec6c327b Mon Sep 17 00:00:00 2001 From: Vladimir Petrigo Date: Sat, 4 May 2024 20:42:09 +0200 Subject: [PATCH] htmlreport: Move out tox.ini to the test/tools dir --- {htmlreport => test/tools}/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {htmlreport => test/tools}/tox.ini (66%) diff --git a/htmlreport/tox.ini b/test/tools/tox.ini similarity index 66% rename from htmlreport/tox.ini rename to test/tools/tox.ini index d8bc5baf2641..ae5d0a7956b3 100644 --- a/htmlreport/tox.ini +++ b/test/tools/tox.ini @@ -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]