summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-05-08 16:02:26 -0400
committerDavanum Srinivas <davanum@gmail.com>2015-05-13 11:39:43 -0400
commit2ef21b3210cd66cf049c6d7ba3b15a6242877c0c (patch)
treefe9f205ba97fec1c2aa3914e0326ed8ce640ca95 /tox.ini
parent7181188259d1982683ea054ca61e29ddfecb5305 (diff)
downloadstevedore-2ef21b3210cd66cf049c6d7ba3b15a6242877c0c.tar.gz
Fix Python versions supported
We have CI for 2.6, 2.7, 3.4. So make sure all references to other versions are removed and all 3 versions above are correctly mentioned where required. Make sure we specify 3.4 everywhere needed Change-Id: I2c90bccfc7495bf8197319196a12b2a8bd0519f1
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 fe0d789..490a4cd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py33,py34,py26,py27,pypy,pep8,docs
+envlist = py34,py26,py27,pypy,pep8,docs
[testenv]
deps =