summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorqingszhao <zhao.daqing@99cloud.net>2018-06-12 16:42:13 +0800
committerqingszhao <zhao.daqing@99cloud.net>2018-06-12 16:43:55 +0800
commit6c546bc9abb2b40c5b5d6ffe57dfd5c4983d1d07 (patch)
treeca86b377a2d934f58facc31f1e523f47bc338a5b /tox.ini
parent0ddb7ec6dcfb1f8a7bd32f3a17221f081a1cc716 (diff)
downloadpbr-6c546bc9abb2b40c5b5d6ffe57dfd5c4983d1d07.tar.gz
Update python3 versions in tox.ini envlist
This updates the envlist to include modern versions of python. It doesn't really mean anything except for you run tox without specifying an environment it will now run py35 and py36 instead of py34 (which isn't used anywhere anymore) Change-Id: I935cf6d104fa5b516332cbb587d327dc587d0c32
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 8ac38a0..4951885 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py33,py34,py35,py36,py27,pypy,pep8,docs
+envlist = py35,py36,py27,pypy,pep8,docs
[testenv]
usedevelop = True