Skip to content

Commit

Permalink
Install dev wheels properly
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Oct 19, 2023
1 parent b10376e commit a50790a
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 @@ -19,16 +19,16 @@ description =
cov: with coverage
xdist: using parallel processing
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
extras =
test
deps =
xdist: pytest-xdist
cov: pytest-cov
commands_pre =
devdeps: pip install numpy>=0.0.dev0 git+https://github.com/astropy/astropy.git -U --upgrade-strategy eager
pip freeze
devdeps: numpy>=0.0.dev0
devdeps: astropy>=0.0.dev0
commands =
pip freeze
pytest \
xdist: -n auto \
cov: --cov --cov-report=term-missing --cov-report=xml \
Expand Down

0 comments on commit a50790a

Please sign in to comment.