Switch to py38, latest go builder
[ric-plt/xapp-frame-py.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index d7290d3..bfcc647 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ envlist = code,flake8,docs,docs-linkcheck
 minversion = 2.0
 
 [testenv:code]
-basepython = python3.7
+basepython = python3.8
 deps=
     pytest
     coverage
@@ -34,7 +34,7 @@ commands =
     coverage xml -i
 
 [testenv:flake8]
-basepython = python3.7
+basepython = python3.8
 skip_install = true
 deps = flake8
 commands = flake8 setup.py ricxappframe tests
@@ -46,7 +46,7 @@ extend-ignore = E501,E741,E731
 [testenv:docs]
 whitelist_externals = echo
 skipsdist = true
-basepython = python3.7
+basepython = python3.8
 deps =
     sphinx
     sphinx-rtd-theme
@@ -59,7 +59,7 @@ commands =
 
 [testenv:docs-linkcheck]
 skipsdist = true
-basepython = python3.7
+basepython = python3.8
 deps = sphinx
        sphinx-rtd-theme
        sphinxcontrib-httpdomain