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 7ac23c0 commit 453ad4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -6,11 +6,10 @@ python:
- 3.3
- 3.4
- pypy
# Blocked on release of fix for: https://bitbucket.org/pypy/pypy/issue/1946
# - pypy3
- pypy3
install:
- 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
@@ -1,13 +1,10 @@
[tox]
envlist =
# pypy3 blocked on release of fix for:
# https://bitbucket.org/pypy/pypy/issue/1946
# py26,py27,py33,py34,pypy,pypy3
py26,py27,py33,py34,pypy,docs
py26,py27,py33,py34,pypy,pypy3,docs

[testenv]
commands =
python setup.py test -q
python setup.py -q test -q
deps =
zope.proxy
zope.testrunner
Expand Down

0 comments on commit 453ad4e

Please sign in to comment.