Skip to content

Commit

Permalink
Use pytest instead of tox to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishida committed Sep 11, 2021
1 parent b8d1fc4 commit 305c433
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: make install
- name: Lint with flake8
run: flake8
- name: Test using tox
run: tox -e py
- name: Test using pytest
run: pytest
build_conda:
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -46,5 +46,5 @@ jobs:
run: make conda
- name: Lint with flake8
run: flake8
- name: Test using tox
run: tox -e py
- name: Test using pytest
run: pytest

0 comments on commit 305c433

Please sign in to comment.