Use 'python3' instead of 'python3.6' on tox
This allows us to use python3.7+ to use tox
This commit is contained in:
parent
d526053af3
commit
62c0d82d64
6
tox.ini
6
tox.ini
|
@ -93,7 +93,7 @@ commands =
|
|||
[testenv:regen]
|
||||
changedir = doc/en
|
||||
skipsdist = True
|
||||
basepython = python3.6
|
||||
basepython = python3
|
||||
deps =
|
||||
sphinx
|
||||
PyYAML
|
||||
|
@ -125,7 +125,7 @@ commands =
|
|||
|
||||
[testenv:release]
|
||||
decription = do a release, required posarg of the version number
|
||||
basepython = python3.6
|
||||
basepython = python3
|
||||
usedevelop = True
|
||||
passenv = *
|
||||
deps =
|
||||
|
@ -138,7 +138,7 @@ commands = python scripts/release.py {posargs}
|
|||
|
||||
[testenv:publish_gh_release_notes]
|
||||
description = create GitHub release after deployment
|
||||
basepython = python3.6
|
||||
basepython = python3
|
||||
usedevelop = True
|
||||
passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG TRAVIS_REPO_SLUG
|
||||
deps =
|
||||
|
|
Loading…
Reference in New Issue