mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +00:00
14 lines
236 B
INI
14 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
|