Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 792a6d0

Browse files
committed
Add build workflow, deprecate travis
1 parent f9fcc1d commit 792a6d0

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
- run: pip install nox
3030
- run: pip install types-requests
3131
# step 2: run test
32-
- run: nox
32+
- run: --non-interactive --session "tests-${{ matrix.python }}"
33+
- run: --non-interactive --session "lint"

.travis.yml

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

0 commit comments

Comments
 (0)