summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-01-05 15:30:50 -0800
committerEric Brown <browne@vmware.com>2017-01-05 15:30:50 -0800
commit0c1dee4a9d2560ea90af468660a3732ef2d733a7 (patch)
tree95937eb8588d6b4c50b221e337d2cd86dba15b8c /tox.ini
parent53adca6deb9b692f1e0842abef366f81aefc6e2d (diff)
downloadkeystonemiddleware-0c1dee4a9d2560ea90af468660a3732ef2d733a7.tar.gz
Remove references to Python 3.4
Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: I77626618b9c8a61017df3e28c10a779a54422080
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 e94c51f..8277e9d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
-envlist = py34,py27,pep8,releasenotes
+envlist = py35,py27,pep8,releasenotes
[testenv]
usedevelop = True