Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 do see all failures:
fail-fast: false
matrix:
config:
# [Python version, tox env]
Expand Down
4 changes: 3 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/zope-product
[meta]
template = "zope-product"
commit-id = "8e3ff0f1e85f122605b6f35fed07dcc93e02c502"
commit-id = "021e45bb88e412859ebdf00f8153bd658069885c"

[python]
with-appveyor = false
Expand Down Expand Up @@ -35,6 +35,8 @@ additional-rules = [
additional-envlist = [
"py27-zope2",
]
testenv-deps = [
]
testenv-additional = [
"",
"[testenv:py27-zope2]",
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
known_third_party = six, MySQLdb, pkg_resources
known_zope =
known_first_party =
known_zope =
known_first_party =
default_section = ZOPE
line_length = 79
lines_after_imports = 2