From 1ee3c632a35d2c326f8100a9ad8b5f0c40cc7958 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 2 Apr 2015 13:28:40 -0400 Subject: [PATCH] PyPy3 now testable w/ zope.testrunner 4.4.7. --- .travis.yml | 3 +-- tox.ini | 7 ++----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index d47ab40..796195e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ env: - TOXENV=py33 - TOXENV=py34 - TOXENV=pypy -# - TOXENV=pypy3 -# pending release of a fix for https://bitbucket.org/pypy/pypy/issue/1946 + - TOXENV=pypy3 install: - travis_retry pip install tox script: diff --git a/tox.ini b/tox.ini index 5b48e17..fd52eee 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,10 @@ [tox] envlist = -# pypy3 pending release of a fix for -# https://bitbucket.org/pypy/pypy/issue/1946 -# py26,py27,py33,py34,pypy,pypy3 - py26,py27,py33,py34,pypy + py26,py27,py33,py34,pypy,pypy3 [testenv] commands = - python setup.py test -q + python setup.py -q test -q # without explicit deps, setup.py test will download a bunch of eggs into $PWD # (and it seems I can't use zope.dottedname[testing] here, so forget DRY) deps =