From d42f9bc10fdb1065f91a94b856a9caa168412f67 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 23 Mar 2011 02:23:43 -0400 Subject: [PATCH] python3 tox config for jenkins --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4917237..756aee8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py24,py25,py26,py27, py31 +envlist = py24,py25,py26,py27, py3 [testenv] commands=py.test --junitxml=junit-{envname}.xml @@ -9,3 +9,6 @@ deps = [testenv:pypy] basepython=/usr/bin/pypy-c + +[testenv:py3] +basepython=/usr/bin/python3 \ No newline at end of file