From 5d80d140efb0999e02a4f440b0131eb335c1b229 Mon Sep 17 00:00:00 2001 From: Yesudeep Mangalapilly Date: Wed, 24 Aug 2011 16:04:08 +0530 Subject: pypy 1.6 (nightly) is now faster than python2.7. Re-enables tests. * You can obtain the latest pypy nightly from: http://buildbot.pypy.org/nightly/trunk/ --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 5d89f24..6d5743d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py25,py26,py27,py32 #,pypy +envlist = py25,py26,py27,py32,pypy [pytest] addopts = -n4 -v --cov rsa --cov-report term-missing # --doctest-modules @@ -45,3 +45,4 @@ deps=pyasn1 >=0.0.13 PyTest pytest-xdist pytest-cov + -- cgit v1.2.1