From b7d5ca7dab009581faabd53f8086a6440d3a93e6 Mon Sep 17 00:00:00 2001 From: Lars Falk-Petersen Date: Wed, 25 Sep 2024 11:22:51 +0200 Subject: [PATCH] Add run of app --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c8fdc61..c68ed1a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = black, prospector, bandit +envlist = py{310,312}, black, prospector, bandit [testenv] description = This is a live test against the API edrisobaric @@ -7,7 +7,7 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/requirements-dev.txt # See also config file pytest.ini -commands = pytest +commands = python3 ./sedr/__init__.py [testenv:prospector] description = Run static analysis using prospector, but dont fail on errors