Skip to content

Commit

Permalink
Merge pull request #121 from spacetelescope/pllim-patch-1
Browse files Browse the repository at this point in the history
Install dev wheels properly
  • Loading branch information
mcara authored Nov 11, 2023
2 parents 27a5a6a + 37e03f1 commit 21a9c74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ description =
xdist: using parallel processing
package = editable
set_env =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
deps =
pytest
ci_watson
xdist: pytest-xdist
cov: pytest-cov
commands_pre =
devdeps: pip install numpy>=0.0.dev0 git+https://github.com/astropy/astropy -U --upgrade-strategy eager
pip freeze
devdeps: numpy>=0.0.dev0
devdeps: astropy>=0.0.dev0
commands =
pip freeze
pytest \
cov: --cov . --cov-report term-missing --cov-report xml \
warnings: -W error \
Expand All @@ -67,4 +67,4 @@ skip_install = true
deps =
build
commands =
python -m build .
python -m build .

0 comments on commit 21a9c74

Please sign in to comment.