diff options
author | Yesudeep Mangalapilly <yesudeep@gmail.com> | 2011-08-24 16:04:08 +0530 |
---|---|---|
committer | Yesudeep Mangalapilly <yesudeep@gmail.com> | 2011-08-24 16:04:08 +0530 |
commit | 1d9ded69aff93c9b0ffbe17ef4e2eac1b90080ea (patch) | |
tree | 5ce81e32065fa784bcc7aa1072a868983c206695 /tox.ini | |
parent | 5887158dcd73bfa24bef44c9d6267e4613b0c88c (diff) | |
download | rsa-git-1d9ded69aff93c9b0ffbe17ef4e2eac1b90080ea.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.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 + |