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