Skip to content

Commit

Permalink
DNM: test against numpy, astropy rc, scipy 1.13, fast-histogram and c…
Browse files Browse the repository at this point in the history
…asa-formats-io main w/ deps
  • Loading branch information
dhomeier committed Apr 16, 2024
1 parent 8b940a1 commit 4e8600a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ changedir =
test: .tmp/{envname}
docs: doc
deps =
dev: numpy>=0.0.dev0
dev: scipy>=0.0.dev0
dev: astropy>=0.0.dev0
dev: numpy==2.0.0rc1
dev: scipy==1.13.0
dev: astropy==6.1.0rc1
dev: pyerfa>=0.0.dev0
dev: matplotlib>=0.0.dev0
dev: shapely>=0.0.dev0
Expand Down Expand Up @@ -100,7 +100,7 @@ extras =
# for as long all test deps need to be manually pulled in above as well!
install_command =
!dev: python -I -m pip install
dev: python -I -m pip install -v --pre --no-deps
dev: python -I -m pip install -v --pre
commands =
test: pip freeze
test: pytest --pyargs glue --cov glue --cov-config={toxinidir}/setup.cfg {env:MPLFLAGS} {posargs}
Expand Down

0 comments on commit 4e8600a

Please sign in to comment.