Sign in
apache
/
datasketches-cpp
/
refs/heads/3.1.x
/
.
/
pyproject.toml
blob: 077b885fcd41dcaa77c75f9f70317663d64e8ae6 [
file
] [
log
] [
blame
]
[
build
-
system
]
requires
=
[
"wheel"
,
"setuptools >= 30.3.0"
,
"setuptools_scm"
,
"cmake >= 3.12"
]
[
tool
.
tox
]
legacy_tox_ini
=
"""
[tox]
envlist = py3
[testenv]
deps = pytest
numpy
changedir = python/tests
commands = pytest
"""