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 @@ -93,7 +93,7 @@ commands =
9393[testenv:regen]
9494changedir = doc/en
9595skipsdist = True
96- basepython = python3.6
96+ basepython = python3
9797deps =
9898 sphinx
9999 PyYAML
@@ -125,7 +125,7 @@ commands =
125125
126126[testenv:release]
127127decription = do a release, required posarg of the version number
128- basepython = python3.6
128+ basepython = python3
129129usedevelop = True
130130passenv = *
131131deps =
@@ -138,7 +138,7 @@ commands = python scripts/release.py {posargs}
138138
139139[testenv:publish_gh_release_notes]
140140description = create GitHub release after deployment
141- basepython = python3.6
141+ basepython = python3
142142usedevelop = True
143143passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG TRAVIS_REPO_SLUG
144144deps =
You can’t perform that action at this time.
0 commit comments