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 f8c62e1 commit 1ee3c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,7 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
# - TOXENV=pypy3
# pending release of a fix for https://bitbucket.org/pypy/pypy/issue/1946
- TOXENV=pypy3
install:
- travis_retry pip install tox
script:
Expand Down
7 changes: 2 additions & 5 deletions 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
# 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 1ee3c63

Please sign in to comment.