Skip to content

Commit 5ea981f

Browse files
committed
Integrate tox with github actions.
1 parent 924294f commit 5ea981f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "${{ matrix.python-version }}"
2626
- name: Install dependencies
2727
run: |
28-
python -m pip install --upgrade pip tox
29-
tox
28+
python -m pip install --upgrade pip
29+
python -m pip install tox tox-gh-actions
3030
- name: "Run tox for ${{ matrix.python-version }}"
31-
run: make check
31+
run: tox

0 commit comments

Comments
 (0)