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 21a4fff commit 8088508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,7 @@ python:
- 3.3
- 3.4
- pypy
# pypy3 blocked on PyPy3-compatible zodbpickle
# - pypy3
- pypy3
install:
- pip install .
- pip install zope.intid[test]
Expand Down
6 changes: 2 additions & 4 deletions tox.ini
@@ -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 8088508

Please sign in to comment.