Skip to content

Commit

Permalink
WIP: CI 9
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Dec 27, 2023
1 parent b997961 commit 6ae5c65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ init:
for:
- matrix:
except:
TOXENV: WSL
- TOXENV: WSL
install:
- pip install tox
test_script:
- tox
- matrix:
only:
TOXENV: WSL
- TOXENV: WSL
install:
- wsl pwd
- wsl whoami
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: lint
on:
push:
paths-ignore:
- .github/appveyor.yml
# tags:
# - '*'
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: tox
on:
push:
paths-ignore:
- .github/appveyor.yml
# tags:
# - '*'
pull_request:
Expand Down

0 comments on commit 6ae5c65

Please sign in to comment.