SecondaryValue/tox.ini

13 lines
131 B
INI
Raw Normal View History

2019-05-16 16:14:29 +02:00
[tox]
envlist = py3
[testenv]
commands = pytest
deps =
pytest-pep8
pytest-cov
pytest
coverage
numpy
sympy