Skip to content

Commit

Permalink
Update to current version of meta/config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 19, 2021
1 parent befbc12 commit b14afa3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ on:
pull_request:
schedule:
- cron: '0 12 * * 0' # run once a week on Sunday
# Allow to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
strategy:
# We want to see all failures:
fail-fast: false
matrix:
config:
# [Python version, tox env]
Expand Down
8 changes: 7 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "ff37be82c6e4d7c4f0f96f4937f2d14d1aadae67"
commit-id = "d4e8550e4a37df10866d376fceac4e91689df8c5"

[python]
with-appveyor = false
Expand All @@ -16,3 +16,9 @@ use-flake8 = true

[coverage]
fail-under = 100

[manifest]
additional-rules = [
"recursive-include src *.rst",
"recursive-include src *.zcml",
]
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ include *.txt
include buildout.cfg
include tox.ini

recursive-include src *.pt
recursive-include src *.py
recursive-include src *.rst
recursive-include src *.txt
recursive-include src *.zcml

0 comments on commit b14afa3

Please sign in to comment.