SecondaryValue/tox.ini

13 lines
140 B
INI
Raw Normal View History

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