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 4aee816 commit 6dd9765
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ python:
- 3.3
- 3.4
- pypy
# pypy3 blocked on PyPy3-compatible zodbpickle
# - pypy3
- pypy3
install:
- pip install .
- pip install zope.keyreference[test]
script:
- python setup.py test -q
- python setup.py -q test -q
notifications:
email: false
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[tox]
envlist =
# pypy3 blocked on PyPy3-compatible zodbpickle
# 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 =
Expand Down

0 comments on commit 6dd9765

Please sign in to comment.