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 1993a62 commit b269e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
# PyPy3 blocked on a compatible release of 'zodbpickle'
# - TOXENV=pypy3
- TOXENV=pypy3
install:
- travis_retry pip install tox
script:
Expand Down
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 a compatible release of 'zodbpickle'
# py26,py27,py33,py34,pypy,pypy3,coverage,docs
py26,py27,py33,py34,pypy,coverage,docs
py26,py27,py33,py34,pypy,pypy3,coverage,docs

[testenv]
commands =
python setup.py test -q
python setup.py -q test -q
deps =
ZODB
BTrees
Expand Down

0 comments on commit b269e92

Please sign in to comment.