summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVieri <15050873171@163.com>2018-11-28 07:53:48 +0000
committerVieri <15050873171@163.com>2018-11-28 07:54:09 +0000
commitfd52f6d05ddfc01d78a25fccd4cd55b569c9fbc4 (patch)
tree73ac00a24ca1c4e1f9b4a5ff8a199e85d3e042c7
parent5b427d877471ba4f9817a739386e813bdf7d6637 (diff)
downloadpython-saharaclient-fd52f6d05ddfc01d78a25fccd4cd55b569c9fbc4.tar.gz
add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ib0722f5674e40eff4c75ac6ea61f862fc81dfa1d Story: #2002586
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2470364..658f92c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py35,pypy,pep8,releasenotes
+envlist = py27,py35,py36,pypy,pep8,releasenotes
minversion = 2.0
skipsdist = True