Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-mannattil committed May 12, 2023
1 parent 094b153 commit e2749be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
- name: Run tests
run: |
pip install -r requirements.txt
pip install pytest
python -m pytest
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
packages=['nolitsa'],
install_requires=['numpy>=1.11.0', 'scipy>=0.17.0'],
test_suite='pytest',
tests_require=['pytest>=7.0.0'],
include_package_data=True,
zip_safe=False
)

0 comments on commit e2749be

Please sign in to comment.