From 2aaa8f06fcc6ced25fe8de2f95f4142d3cc91ac7 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 15 Apr 2014 18:11:19 +0200 Subject: [PATCH] Add python3.4 support in tox --- tox.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ec0faea..977cf48 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py31, py32, py33, pypy +envlist = py26, py27, py31, py32, py33, py34, pypy [base] deps = @@ -33,6 +33,11 @@ deps = git+https://github.com/eberle1080/dulwich-py3k.git {[base]deps} +[testenv:py34] +deps = + git+https://github.com/eberle1080/dulwich-py3k.git + {[base]deps} + [testenv:pypy] deps = dulwich