Skip to content

Commit

Permalink
process comment #2 (comment) and #2 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Jan 9, 2018
1 parent 7193650 commit 3e35a57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ python:
- 3.6
- pypy
- pypy3
# See https://github.com/pypa/pip/issues/3028 and
# https://github.com/zopefoundation/z3c.recipe.sphinxdoc/blob/a5be89162d9d3ee0d71df2cecf2d366f9e939517/setup.py#L61
# for the reason for `--no-binary=zc.recipe.egg`
install:
- pip install -U pip setuptools
- pip install -U --no-binary zc.recipe.egg -e ".[test]"
- pip install -U --no-binary=zc.recipe.egg -e ".[test]"
- pip install -U zope.testrunner coverage coveralls
- pip install -U -e .[test]
script:
- coverage run -m zope.testrunner --test-path=src
after_success:
Expand Down

0 comments on commit 3e35a57

Please sign in to comment.