Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 834d33d

Browse files
committed
drop travis
1 parent 7c4623a commit 834d33d

File tree

2 files changed

+4
-86
lines changed

2 files changed

+4
-86
lines changed

.github/workflows/test_suite.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: 🕵️ Test suite
22

33
on:
44
push:
5+
pull_request:
56
schedule:
6-
# Run every Friday at 23:59 UTC
7-
- cron: 59 23 * * 5
7+
# Run every day at 23:59 UTC
8+
- cron: 59 23 * * *
89

910
jobs:
1011
linting:
@@ -18,7 +19,7 @@ jobs:
1819
- name: Setup python
1920
uses: actions/setup-python@v2
2021
with:
21-
python-version: '3.8'
22+
python-version: '3.7'
2223
architecture: 'x64'
2324

2425
- name: pre-commit Checks

.travis.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)