Setup cron
This commit is contained in:
21
.github/workflows/python-tests.yml
vendored
21
.github/workflows/python-tests.yml
vendored
@@ -1,16 +1,15 @@
|
||||
name: Run unit tests
|
||||
|
||||
on: [push, pull_request]
|
||||
# on:
|
||||
# pull_request:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# tags:
|
||||
# schedule:
|
||||
# # Run everyday at 03:53 UTC
|
||||
# - cron: 53 3 * * *
|
||||
# workflow_dispatch:
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Run every Sunday at 03:53 UTC
|
||||
- cron: 53 3 * * *
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
4
tox.ini
4
tox.ini
@@ -1,12 +1,12 @@
|
||||
[tox]
|
||||
envlist = py{36,37,38}{,-pillow70,-pillow71},pypy3
|
||||
envlist = py{36,37,38}-pillow{70,71,-latest},pypy3,check
|
||||
skip_missing_interpreters = True
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
3.6: py36-pillow70
|
||||
3.7: py37-pillow71
|
||||
3.8: py38, check
|
||||
3.8: py38-pillow-latest, check
|
||||
pypy3: pypy3
|
||||
|
||||
[testenv]
|
||||
|
||||
Reference in New Issue
Block a user