Skip to content

Commit

Permalink
Update for pure-python (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 17, 2021
1 parent f44d2e9 commit 86914c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
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
7 changes: 6 additions & 1 deletion .meta.toml
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,8 @@ use-flake8 = true

[coverage]
fail-under = 100

[manifest]
additional-rules = [
"recursive-include src *.zcml",
]
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,9 +1,9 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
include *.rst
include *.txt
include buildout.cfg
include tox.ini

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

0 comments on commit 86914c9

Please sign in to comment.