summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColleen Murphy <colleen.murphy@suse.de>2018-11-06 12:57:46 +0100
committerColleen Murphy <colleen.murphy@suse.de>2018-11-06 12:57:46 +0100
commitc9cca44c9cbbb38e264fedf28fa13a057732b442 (patch)
treef64a5d17488bf50904bb0a1513835578f7570a03
parentffabfba5a880b40cbe580757b6c3b17b717a0ad6 (diff)
downloadpython-keystoneclient-c9cca44c9cbbb38e264fedf28fa13a057732b442.tar.gz
Add py36 tox environment
We already run python3.6 unit tests in CI. Add the py36 environment to the tox file so that developers with python3.6 available locally can opt into running that version too. Change-Id: I28e96e5922b73f270b0e77fff91e4343ad06a852
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4fd17d3..5e0754e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
-envlist = py35,py27,pep8,releasenotes
+envlist = py36,py35,py27,pep8,releasenotes
[testenv]
usedevelop = True