asert plain, to work with py35

fix #1150
This commit is contained in:
benoitc 2015-11-21 11:17:24 +01:00
parent a5212691e5
commit fd2350aa4f

View File

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