-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathtox.ini
More file actions
23 lines (21 loc) · 597 Bytes
/
tox.ini
File metadata and controls
23 lines (21 loc) · 597 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tox]
envlist =
py311-astropy{stable,dev}
isolated_build = True
[testenv]
skip_install = true
setenv =
PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/liberfa/simple https://pypi.anaconda.org/astropy/simple
changedir =
.tmp/{envname}
deps =
asv
numpy
scipy
matplotlib
astropystable: astropy
astropydev: astropy>=0.0.dev0
astropydev: pyerfa>=0.0.dev0
commands =
asv machine --machine unknown --os unknown --arch unknown --cpu unknown --ram unknown --config {toxinidir}/asv.conf.json
asv run --quick --python=same --config {toxinidir}/asv.conf.json