SecondaryValue/tox.ini
Valentin Boettcher 2720897171 fix tox
2019-05-16 16:37:09 +02:00

12 lines
140 B
INI

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