Skip to content

Commit

Permalink
Merge pull request #60 from brittonsmith/cron
Browse files Browse the repository at this point in the history
Add weekly test job.
  • Loading branch information
brittonsmith committed Jan 4, 2020
2 parents 5626fc2 + b150bae commit 2c26e9f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,20 @@ workflows:
- docs-build:
name: "Docs build"
tag: "3.7.2"

weekly:
triggers:
- schedule:
cron: "0 0 * * 1"
filters:
branches:
only:
- master
jobs:
- test-suite:
name: "Python 3.7 tests"
tag: "3.7.2"

- docs-build:
name: "Docs build"
tag: "3.7.2"

0 comments on commit 2c26e9f

Please sign in to comment.