Skip to content

Commit

Permalink
Force recent stingray
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Jan 12, 2024
1 parent 3316de4 commit 577a36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install_requires =
numba
scipy
corner
git+https://github.com/stingraysoftware/stingray.git
stingray
hendrics
colorama
netcdf4
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ extras =

commands =
pip freeze
pip install git+https://github.com/stingraysoftware/stingray.git
!cov: pytest --pyargs ell1fit {toxinidir}/docs {posargs}
cov: pytest --pyargs ell1fit {toxinidir}/docs --cov ell1fit --cov-config={toxinidir}/setup.cfg {posargs}
cov: coverage xml -o {toxinidir}/coverage.xml
Expand Down

0 comments on commit 577a36c

Please sign in to comment.