File tree 1 file changed +9
-4
lines changed 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ requires =
11
11
setuptools >= 30.3.0
12
12
pip >= 19.3.1
13
13
isolated_build = true
14
- indexserver =
15
- NIGHTLY = https://pypi.anaconda.org/scipy-wheels-nightly/simple
16
14
17
15
[testenv]
18
16
77
75
astropy42: astropy ==4.2.*
78
76
astropy43: astropy ==4.3.*
79
77
80
- dev: :NIGHTLY: numpy
81
- dev: :NIGHTLY: scipy
78
+ dev: numpy
79
+ dev: scipy
82
80
dev: git+https://github.com/astropy/astropy.git# egg=astropy
83
81
84
82
latest: astropy ==4.3.*
@@ -103,6 +101,13 @@ commands =
103
101
!cov: pytest --pyargs skypy {toxinidir}/docs {posargs}
104
102
cov: pytest --pyargs skypy {toxinidir}/docs --cov skypy --cov-config ={toxinidir}/setup.cfg {posargs}
105
103
104
+ # For dev environment, use scipy-nightly-wheels as the default index server (for numpy and scipy)
105
+ # and PyPI as the extra index server (for all other dependencies, except astropy which is installed
106
+ # directly from GitHub).
107
+ setenv =
108
+ dev: PIP_INDEX_URL = https://pypi.anaconda.org/scipy-wheels-nightly/simple
109
+ dev: PIP_EXTRA_INDEX_URL = https://pypi.org/simple
110
+
106
111
[testenv:build_docs]
107
112
changedir = docs
108
113
description = invoke sphinx-build to build the HTML docs
You can’t perform that action at this time.
0 commit comments