Make Tox & GitHub CI jobs' Python versions match

Otherwise results in InterpreterNotFound errors
This commit is contained in:
Justin Mayer 2021-03-23 08:23:07 +01:00
commit 1449840199
2 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ commands =
pytest -s --cov=pelican pelican
[testenv:docs]
basepython = python3.6
basepython = python3.7
deps =
-rrequirements/docs.pip
changedir = docs
@ -36,7 +36,7 @@ import-order-style = cryptography
max-line-length = 88
[testenv:flake8]
basepython = python3.6
basepython = python3.7
deps =
-rrequirements/style.pip
commands =