SecondaryValue/tox.ini
Valentin Boettcher a2cc857f24 Add Tests
2019-05-16 16:14:29 +02:00

12 lines
131 B
INI

[tox]
envlist = py3
[testenv]
commands = pytest
deps =
pytest-pep8
pytest-cov
pytest
coverage
numpy
sympy