8 lines
149 B
INI
8 lines
149 B
INI
[tox]
|
|
isolated_build = true
|
|
|
|
[testenv]
|
|
description = Run the unit tests under {basepython}
|
|
deps = -rrequirements-dev.txt
|
|
commands = pytest {posargs}
|