summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-09-28 10:20:54 -0400
committerBruno Oliveira <nicoddemus@gmail.com>2019-09-28 21:16:20 -0400
commit065773aa97a02731e5eec05e29204b50850d9248 (patch)
tree25bd92efea29b167d88f40cbe7b743f718e6dbb7 /tox.ini
parentb62276826c708ec4138c622b396fec711d5a836c (diff)
downloadpytest-065773aa97a02731e5eec05e29204b50850d9248.tar.gz
Use 'python3' instead of 'python3.6' on tox
This allows us to use python3.7+ to use tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 15360826f..e95b011b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -77,7 +77,7 @@ commands =
[testenv:regen]
changedir = doc/en
skipsdist = True
-basepython = python3.6
+basepython = python3
deps =
sphinx
PyYAML
@@ -103,7 +103,7 @@ commands =
[testenv:release]
decription = do a release, required posarg of the version number
-basepython = python3.6
+basepython = python3
usedevelop = True
passenv = *
deps =
@@ -116,7 +116,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 =