From 549fff58b134fb6d2ae7182fe517700f9c4b050d Mon Sep 17 00:00:00 2001 From: Djailla Date: Tue, 22 Oct 2019 01:45:15 +0200 Subject: [PATCH] Fix python version for lint and docs build stages --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 3bb5edee8..80b5fbde6 100644 --- a/tox.ini +++ b/tox.ini @@ -44,14 +44,14 @@ deps = -rrequirements/requirements-optionals.txt [testenv:lint] -basepython = python3.7 +basepython = python3.8 commands = ./runtests.py --lintonly deps = -rrequirements/requirements-codestyle.txt -rrequirements/requirements-testing.txt [testenv:docs] -basepython = python3.7 +basepython = python3.8 skip_install = true commands = mkdocs build deps =