Skip to content

Commit

Permalink
test against Astropy dev build and use nightly Scipy wheel index (#252)
Browse files Browse the repository at this point in the history
use nightly Scipy wheel index
  • Loading branch information
zacharyburnett authored May 11, 2023
1 parent 962893f commit ceededa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ description =
run tests
cov: with coverage
xdist: using parallel processing
set_env =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scipy-wheels-nightly/simple
extras =
test
deps =
xdist: pytest-xdist
cov: pytest-cov
devdeps: numpy>=0.0.dev0
commands_pre =
devdeps: pip install numpy>=0.0.dev0 git+https://github.com/astropy/astropy.git -U --upgrade-strategy eager
pip freeze
commands =
pytest \
Expand Down

0 comments on commit ceededa

Please sign in to comment.