10 lines
126 B
INI
10 lines
126 B
INI
[tox]
|
|
minversion = 2.4
|
|
|
|
[testenv]
|
|
commands =
|
|
py.test {posargs}
|
|
python setup.py checkdocs
|
|
usedevelop = True
|
|
extras = testing
|