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 =
77
77
[testenv:regen]
78
78
changedir = doc/en
79
79
skipsdist = True
80
- basepython = python3.6
80
+ basepython = python3
81
81
deps =
82
82
sphinx
83
83
PyYAML
@@ -103,7 +103,7 @@ commands =
103
103
104
104
[testenv:release]
105
105
decription = do a release, required posarg of the version number
106
- basepython = python3.6
106
+ basepython = python3
107
107
usedevelop = True
108
108
passenv = *
109
109
deps =
@@ -116,7 +116,7 @@ commands = python scripts/release.py {posargs}
116
116
117
117
[testenv:publish_gh_release_notes]
118
118
description = create GitHub release after deployment
119
- basepython = python3.6
119
+ basepython = python3
120
120
usedevelop = True
121
121
passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG TRAVIS_REPO_SLUG
122
122
deps =
You can’t perform that action at this time.
0 commit comments