Merge remote-tracking branch 'upstream/master' into fix-report-outcome-for-xpass

This commit is contained in:
Bruno Oliveira 2016-08-17 21:55:10 -03:00
commit 68ebf552a1
1 changed files with 2 additions and 3 deletions

View File

@ -78,13 +78,12 @@ commands=
[testenv:py27-trial]
deps=twisted
commands=
py.test -rsxf {posargs:testing/test_unittest.py}
py.test -ra {posargs:testing/test_unittest.py}
[testenv:py35-trial]
platform=linux|darwin
deps={[testenv:py27-trial]deps}
commands=
py.test -rsxf {posargs:testing/test_unittest.py}
py.test -ra {posargs:testing/test_unittest.py}
[testenv:doctest]
commands=py.test --doctest-modules _pytest