configglue team mailing list archive
-
configglue team
-
Mailing list archive
-
Message #00545
[Merge] lp:~ricardokirkner/configglue/tox-py35 into lp:configglue
Ricardo Kirkner has proposed merging lp:~ricardokirkner/configglue/tox-py35 into lp:configglue.
Commit message:
update tox.ini to support testing python 3.4 and 3.5
Requested reviews:
Configglue developers (configglue)
For more details, see:
https://code.launchpad.net/~ricardokirkner/configglue/tox-py35/+merge/274047
--
Your team Configglue developers is requested to review the proposed merge of lp:~ricardokirkner/configglue/tox-py35 into lp:configglue.
=== modified file 'tox.ini'
--- tox.ini 2013-07-11 16:27:24 +0000
+++ tox.ini 2015-10-10 14:27:00 +0000
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,py33,docs
+envlist = py26,py27,py32,py33,py34,py35,docs
[testenv]
deps =
References