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 26, 2021
1 parent 6ddc132 commit c52ca23
Show file tree
Hide file tree
Showing 3 changed files with 13 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
9 changes: 8 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 = "5ff06aa9d4d474924437add182099207b5b7f5f7"
commit-id = "a42b1792f61e841423b04385d644c7e2d4581c1c"

[python]
with-appveyor = false
Expand All @@ -27,3 +27,10 @@ testenv-additional = [

[coverage]
fail-under = 95

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

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

0 comments on commit c52ca23

Please sign in to comment.