summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorYesudeep Mangalapilly <yesudeep@gmail.com>2011-08-24 16:04:08 +0530
committerYesudeep Mangalapilly <yesudeep@gmail.com>2011-08-24 16:04:08 +0530
commit5d80d140efb0999e02a4f440b0131eb335c1b229 (patch)
tree5ce81e32065fa784bcc7aa1072a868983c206695 /tox.ini
parent10ca3980f4eba09a22338379644eba6739bbbb34 (diff)
downloadrsa-5d80d140efb0999e02a4f440b0131eb335c1b229.tar.gz
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/
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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
+