mirror of
https://github.com/vale981/SecondaryValue
synced 2025-03-04 08:31:38 -05:00
12 lines
140 B
INI
12 lines
140 B
INI
[tox]
|
|
envlist = py3, nightly
|
|
|
|
[testenv]
|
|
commands = pytest
|
|
deps =
|
|
pytest-pep8
|
|
pytest-cov
|
|
pytest
|
|
coverage
|
|
numpy
|
|
sympy
|