summaryrefslogtreecommitdiffstats
path: root/starlingx/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'starlingx/tox.ini')
-rw-r--r--starlingx/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/starlingx/tox.ini b/starlingx/tox.ini
index 72c4b46d..fe3f5551 100644
--- a/starlingx/tox.ini
+++ b/starlingx/tox.ini
@@ -13,7 +13,7 @@
# limitations under the License.
[tox]
-envlist = py36,cov,pylint
+envlist = py38,cov,pylint
skipsdist = true
[tox:jenkins]
@@ -26,7 +26,7 @@ max-complexity = 27
[testenv]
basepython =
- py36: python3
+ py38: python3
cov: python3
pylint: python3
setenv =