-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtox.ini
More file actions
29 lines (26 loc) · 725 Bytes
/
tox.ini
File metadata and controls
29 lines (26 loc) · 725 Bytes
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 = py37, py38, py39
# py36-test-numpy{116,117,118}
# py37-test-numpy{116,117,118},
# py36-test-pandas{025,1}
# py37-test-pandas{025,1}
[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
[testenv]
setenv = PYSYN_CDBS = {toxinidir}/hoki/data/cdbs/
deps = pytest
# numpy116: numpy==1.16.*
# numpy117: numpy==1.17.*
# numpy118: numpy==1.18.*
# pandas025: pandas==0.25.*
# pandas1: pandas==1.0.*
# pytest
commands =
pytest