From af0125821babc057b451f659b816216569ce8f26 Mon Sep 17 00:00:00 2001 From: Alex Gr?nholm Date: Sun, 22 May 2011 04:34:15 +0300 Subject: Added PyPy 1.4 and 1.5 separately to the environment list --- tox.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c1bf53e..07853f5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py25,py26,py27,py31,py32,jython,pypy +envlist = py25,py26,py27,py31,py32,jython,pypy1.4,pypy1.5 [testenv] deps=nose @@ -12,3 +12,9 @@ deps=nose [testenv:py32] deps=nose + +[testenv:pypy1.4] +basepython=pypy1.4 + +[testenv:pypy1.5] +basepython=pypy1.5 -- cgit v1.2.1