diff --git a/run_tests.bat b/run_tests.bat index ce58156..5c44af8 100644 --- a/run_tests.bat +++ b/run_tests.bat @@ -1 +1,4 @@ -pytest --junitxml=test-reports/report.xml \ No newline at end of file +python -m pip install --upgrade pip +pip install tox +pip install pytest +tox -e py -- --junitxml=test-reports/report.xml \ No newline at end of file