summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 10:25:48 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 10:25:48 -0500
commit1cb17464c4776426d8fa707ee93cfb79c8e51ea3 (patch)
tree07a4982b53d646c903539ca869a15349872487eb /tox.ini
parentb1c4f34c384189ceb87e992797e53ef9a6c31af5 (diff)
downloadoslo-concurrency-1cb17464c4776426d8fa707ee93cfb79c8e51ea3.tar.gz
Bump default tox env from py37 to py38
Python 3.8 is now our highest level supported python runtime. This updates the default tox target environments to swap out py37 for py38 to make sure local development testing is covering this version. This does not impact zuul jobs in any way, nor prevent local tests against py37. It just changes the default if none is explicitly provided. Change-Id: Ia2304240ac09a756249b5689e7fff9c829c7bc9a Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2d9c718..dea5a37 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
-envlist = py37,pep8
+envlist = py38,pep8
ignore_basepython_conflict = True
[testenv]