summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Hai Truong <truongnh@vn.fujitsu.com>2018-11-06 23:17:30 +0700
committerNguyen Hai Truong <truongnh@vn.fujitsu.com>2018-11-06 23:17:30 +0700
commit5e988c5cded09135f7e130704f169a1353730703 (patch)
treeef7b69b4530ab34507495a836ec4db494a34d630
parent9acdfe0b460048420551bb84fb3cf41fb1e4a67e (diff)
downloadpython-swiftclient-5e988c5cded09135f7e130704f169a1353730703.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: Iae4acab507e45a379c8af129912e13621a2a553b
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 26f8767..53fb0a7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py35,pypy,pep8
+envlist = py36,py35,py27,pypy,pep8
minversion = 2.0
skipsdist = True