From a971427e7da589f80582ec099a47c689a5899caa Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:06:30 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I9ff54c627308c3f7f864891bb9a068c8b52f955d --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 375f0e2ab..cbb8ac99f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,py33,pypy,pep8 +envlist = py26,py27,py33,py34,pypy,pep8 skipsdist = True [testenv] @@ -23,6 +23,10 @@ setenv = ZAQAR_TEST_MONGODB=1 deps = -r{toxinidir}/requirements-py3.txt -r{toxinidir}/test-requirements-py3.txt +[testenv:py34] +deps = -r{toxinidir}/requirements-py3.txt + -r{toxinidir}/test-requirements-py3.txt + [tox:jenkins] downloadcache = ~/cache/pip