move pytest cli args to setup.cfg

This commit is contained in:
Alex Conrad 2017-02-06 11:41:26 -08:00 committed by Berker Peksag
parent 5559f27ea2
commit 9b2f014eec
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ group = System Environment/Daemons
[pytest]
norecursedirs = examples lib local src
testpaths = tests/
addopts = --assert=plain
[wheel]
universal = 1

View File

@ -4,7 +4,7 @@ skipsdist = True
[testenv]
usedevelop = True
commands = py.test {posargs:tests/} --assert=plain
commands = py.test {posargs}
deps =
-rrequirements_test.txt
py26: unittest2