mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-10 00:34:29 +00:00
15 lines
236 B
INI
15 lines
236 B
INI
|
[tox]
|
||
|
requires =
|
||
|
tox>=4
|
||
|
env_list = py{39,310,311,312}-numpy{1,2}
|
||
|
|
||
|
[testenv]
|
||
|
package = editable
|
||
|
extras =
|
||
|
tests
|
||
|
deps =
|
||
|
py{39,310,311,312}-numpy1: numpy<2.0.0
|
||
|
py{39,310,311,312}-numpy2: numpy>=2.0.0
|
||
|
commands =
|
||
|
python -m pytest
|