summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2017-12-11 07:30:30 -0800
committerJohn L. Villalovos <john.l.villalovos@intel.com>2017-12-11 08:12:59 -0800
commit701e3bf707d0adfe871bdbd07202f75189b1e3e8 (patch)
tree6a896f221363b72c45b31c4638f5bccd3cc2ab2f /tox.ini
parent5f563d924c0214500a043068ac03c5fa90c88454 (diff)
downloadironic-701e3bf707d0adfe871bdbd07202f75189b1e3e8.tar.gz
tox: Use the default version of Python 3 for tox tests
When running the tox tests, use the default version of Python 3. Instead of having to update the Python 3 version as we move from py34 -> py35 -> py36 -> py37 -> py38 Just use the default version of Python 3 on the system. This will not affect what gets run in the gate, as the version is explicitly specified when it runs there. This is for developers who run the tests locally. Change-Id: Iab9cd250dafb42f775f50bec2c69eaa2daaab574
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 d3babc24d..38e7884bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.8
skipsdist = True
-envlist = py36,py35,py27,pep8
+envlist = py3,py27,pep8
[testenv]
usedevelop = True