2017-04-28 23:21:34 +00:00
|
|
|
[tox]
|
|
|
|
minversion = 2.4
|
|
|
|
|
2016-09-22 15:50:07 +00:00
|
|
|
[testenv]
|
2017-09-13 08:24:11 +00:00
|
|
|
commands =
|
|
|
|
py.test {posargs}
|
|
|
|
python setup.py checkdocs
|
2016-09-30 20:14:13 +00:00
|
|
|
usedevelop = True
|
2017-04-21 16:31:54 +00:00
|
|
|
extras = testing
|