-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtox.ini
29 lines (27 loc) · 835 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py-xarray{16,19,21,202203,202206,202306,202312}
[testenv]
deps =
click
pytest
fsspec
zarr
xarray16: xarray>=0.16.0,<0.17.0
xarray19: xarray>=0.19.0,<0.20.0
xarray21: xarray>=0.21.0,<0.22.0
xarray202203: xarray>=2022.03.0,<2022.04.0
xarray202206: xarray>=2022.06.0,<2022.07.0
xarray202306: xarray>=2023.06.0,<2023.07.0
xarray202312: xarray>=2023.12.0,<2024.01.0
xarray16: numpy<2
xarray19: numpy<2
xarray21: numpy<2
xarray202203: numpy<2
xarray202206: numpy<2
xarray202306: numpy<2
commands =
pytest