summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 10:25:49 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 10:25:49 -0500
commit3db424844b3180707fa3021aeb3c9cfe5ac0ce13 (patch)
treecf3806ce8b95be92e461c7b37774fc1c19762412 /tox.ini
parentc3229908fedb5a9d9b41d31d035882b6915c3ffb (diff)
downloadoslo-db-3db424844b3180707fa3021aeb3c9cfe5ac0ce13.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: Id0107e9cdabbc1435c709641b93cb5c90cdf6907 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 6c17635..d5512d4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1
-envlist = py37,pep8
+envlist = py38,pep8
ignore_basepython_conflict = true
[testenv]