Skip to content

Commit

Permalink
a bit more testing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald committed Apr 19, 2024
1 parent 77e7ab9 commit a5934af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: tests
run: |
python -m pytest test
python -m pytest
link-check:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ install_requires =
setuptools
scikit-learn
metpy
tests_require =
pytest
pytest-mpl

[options.packages.find]
where = src
Expand All @@ -64,7 +67,7 @@ docs =

[tool:pytest]
python_files = test_*.py
testpaths = test
testpaths = tests

[aliases]
test = pytest
File renamed without changes.
File renamed without changes.

0 comments on commit a5934af

Please sign in to comment.