File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ commands =
7777[testenv:regen]
7878changedir = doc/en
7979skipsdist = True
80- basepython = python3.6
80+ basepython = python3
8181deps =
8282 sphinx
8383 PyYAML
@@ -103,7 +103,7 @@ commands =
103103
104104[testenv:release]
105105decription = do a release, required posarg of the version number
106- basepython = python3.6
106+ basepython = python3
107107usedevelop = True
108108passenv = *
109109deps =
@@ -116,7 +116,7 @@ commands = python scripts/release.py {posargs}
116116
117117[testenv:publish_gh_release_notes]
118118description = create GitHub release after deployment
119- basepython = python3.6
119+ basepython = python3
120120usedevelop = True
121121passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG TRAVIS_REPO_SLUG
122122deps =
You can’t perform that action at this time.
0 commit comments