Skip to content

Commit 065773a

Browse files
committed
Use 'python3' instead of 'python3.6' on tox
This allows us to use python3.7+ to use tox
1 parent b622768 commit 065773a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ commands =
7777
[testenv:regen]
7878
changedir = doc/en
7979
skipsdist = True
80-
basepython = python3.6
80+
basepython = python3
8181
deps =
8282
sphinx
8383
PyYAML
@@ -103,7 +103,7 @@ commands =
103103

104104
[testenv:release]
105105
decription = do a release, required posarg of the version number
106-
basepython = python3.6
106+
basepython = python3
107107
usedevelop = True
108108
passenv = *
109109
deps =
@@ -116,7 +116,7 @@ commands = python scripts/release.py {posargs}
116116

117117
[testenv:publish_gh_release_notes]
118118
description = create GitHub release after deployment
119-
basepython = python3.6
119+
basepython = python3
120120
usedevelop = True
121121
passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG TRAVIS_REPO_SLUG
122122
deps =

0 commit comments

Comments
 (0)