summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2017-08-28 15:19:38 -0700
committerJohn L. Villalovos <john.l.villalovos@intel.com>2017-08-28 15:19:38 -0700
commitebb168a50e3f5ddb6eda3f4818bdafef3c0ab9f1 (patch)
tree6f74e51389b0a6946893f01a059ca95b93fb2aa3 /tox.ini
parentff24d3cf753a9bdf6c578ce900f68dc58cda8aea (diff)
downloadpython-ironicclient-ebb168a50e3f5ddb6eda3f4818bdafef3c0ab9f1.tar.gz
tox.ini: Add 'py36' to the default envlist
Newer operating systems, like Fedora 26, ship with Python 3.6 now. So that they can do a Python 3 test, add 'py36' to the default envlist. Change-Id: I9c1a6be8e5441e398a265b34aa7378ba8a7d7c0b
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 59fc63a..a064501 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py35,py27,pep8,pypy
+envlist = py36,py35,py27,pep8,pypy
skipsdist = True
[testenv]