Bump to Python version 3.8
[ric-plt/sdlpy.git] / ricsdl-package / tox.ini
index aed734e..f1fd448 100644 (file)
@@ -20,7 +20,7 @@
 
 
 [tox]
-envlist = py37,flake8
+envlist = py38,flake8
 
 [testenv]
 deps =
@@ -31,11 +31,11 @@ setenv =
     DBAAS_SERVICE_HOST=localhost
     DBAAS_SERVICE_PORT=6379
 commands =
-    pytest --junitxml xunit-results.xml --cov ricsdl --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70
+    pytest --cov ricsdl --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 --junitxml=/tmp/tests.xml
     coverage xml -i
 
 [testenv:flake8]
-basepython = python3.7
+basepython = python3.8
 skip_install = true
 deps = flake8
 commands = flake8 setup.py ricsdl