1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-24 00:56:16 +01:00

Run the CI job weekly to check compatibility with recent tox/virtualenv

This commit is contained in:
Miro Hrončok 2020-08-13 12:16:22 +02:00 committed by Petr Viktorin
parent 65cb96383b
commit e3e6de27ba

View File

@ -1,6 +1,8 @@
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 1' # every Monday
name: Run Tox tests