From 126d950596ae59838d1f4213cb13c30b90eccab9 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 2 Apr 2015 14:29:25 -0400 Subject: [PATCH] PyPy3 now testable w/ zope.testrunner 4.4.7. --- .travis.yml | 7 +++---- tox.ini | 7 ++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1127f29..8ede936 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,10 @@ python: - 3.3 - 3.4 - pypy -# - pypy3 -# pending release of a fix for https://bitbucket.org/pypy/pypy/issue/1946 + - pypy3 install: - - pip install . --use-mirrors + - pip install . script: - - python setup.py test -q + - python setup.py -q test -q notifications: email: false diff --git a/tox.ini b/tox.ini index f30cd35..c9ac58b 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 deps = BTrees persistent