Skip to content

Commit

Permalink
Merge pull request #596 from pllim/patch-1
Browse files Browse the repository at this point in the history
TST: Use astropy dev from nightly wheel
  • Loading branch information
BradleySappington authored Nov 6, 2023
2 parents e2ed7ba + dd9e99c commit 9374422
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ envlist =
isolated_build = true

[testenv]
setenv =
astropydev: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple
passenv = *
deps=
pytest
Expand All @@ -18,7 +20,7 @@ deps=
legacy: astropy==5.1.0
legacy: scipy==1.10.1
latest: -rrequirements.txt
astropydev: git+https://github.com/astropy/astropy
astropydev: astropy>=0.0.dev0
numexpr: numexpr>=2.6.0
conda_deps=
mkl: mkl_fft
Expand Down Expand Up @@ -57,4 +59,4 @@ commands =

[testenv:flake8]
exclude= .git,__pycache__, test*
max-line-length = 120
max-line-length = 120

0 comments on commit 9374422

Please sign in to comment.