Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Sep 11, 2023
1 parent af18560 commit c517f56
Show file tree
Hide file tree
Showing 4 changed files with 24,298 additions and 17,485 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BEFORE_BUILD: pip install cython
CIBW_BUILD_VERBOSITY: 2
CIBW_BEFORE_TEST: "git status"
CIBW_TEST_COMMAND: python -m unittest fisher -vv
CIBW_TEST_REQUIRES: importlib-resources
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fisher/*.so
fisher-egg.info/
build/
dist/
*.pyc
Expand Down
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ style = pep440
versionfile_source = fisher/_version.py
versionfile_build = fisher/_version.py
tag_prefix =

[options]
packages = find:
zip_safe = True
include_package_data = True
install_requires =
numpy
pytest
versioneer
Loading

0 comments on commit c517f56

Please sign in to comment.