-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When using buildout for the tests they break because zc.buildout does not seem to be installed.
- Loading branch information
Michael Howitz
committed
Nov 29, 2018
1 parent
b02af7d
commit e577cb2
Showing
3 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
language: python | ||
sudo: false | ||
dist: xenial | ||
python: | ||
- 2.7 | ||
- 3.5 | ||
- 3.6 | ||
- 3.7 | ||
before_install: | ||
- pip install -U setuptools pip | ||
- pip install -U coverage coveralls zope.testrunner | ||
install: | ||
- python bootstrap.py | ||
- bin/buildout | ||
- pip install -U -e .[zrs] | ||
script: | ||
- bin/test -v1 | ||
- COVERAGE_PROCESS_START=.coveragerc coverage run -m zope.testrunner --test-path=src --all -v1 | ||
notifications: | ||
email: false | ||
after_success: | ||
- coverage combine | ||
- coveralls | ||
cache: | ||
pip: true | ||
directories: | ||
- eggs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Breaking changes: | |
|
||
New features: | ||
|
||
- *add item here* | ||
- Add support for Python 3.6 and 3.7. | ||
|
||
Bug fixes: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters