Skip to content

Commit

Permalink
PyPy3 now testable w/ zope.testrunner 4.4.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Apr 2, 2015
1 parent 42fff85 commit 126d950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 126d950

Please sign in to comment.