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