-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from gyst/master
Fixup buildout and add coverage to tox
- Loading branch information
Showing
4 changed files
with
18 additions
and
8 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,13 +1,15 @@ | ||
*.pyc | ||
__pycache__ | ||
src/*.egg-info | ||
|
||
.coverage | ||
.coverage.* | ||
.installed.cfg | ||
.tox | ||
__pycache__ | ||
bin | ||
coverage.xml | ||
develop-eggs | ||
htmlcov/ | ||
lib/ | ||
parts | ||
pip-selfcheck.json | ||
pyvenv.cfg | ||
src/*.egg-info |
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# NOTE: setuptools and zc.buildout versions must be in sync with: | ||
# ztk-versions.cfg | ||
setuptools==38.2.4 | ||
zc.buildout==2.10.0 |
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