Repository: incubator-ariatosca Updated Branches: refs/heads/test e6cf67ec1 -> d91519c53
test Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/d91519c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/d91519c5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/d91519c5 Branch: refs/heads/test Commit: d91519c53a0237c5b10477407aaaa1258e984ca1 Parents: e6cf67e Author: Ran Ziv <[email protected]> Authored: Thu Jun 15 12:30:04 2017 +0300 Committer: Ran Ziv <[email protected]> Committed: Thu Jun 15 12:30:04 2017 +0300 ---------------------------------------------------------------------- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/d91519c5/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 58e62c3..7e106cf 100644 --- a/tox.ini +++ b/tox.ini @@ -32,10 +32,10 @@ basepython = pylint_tests: python2.7 [testenv:py27] -commands=pytest tests --ignore=tests/end2end --cov-report term-missing --cov aria +commands=pytest -vvv tests --ignore=tests/end2end [testenv:py26] -commands=pytest tests --ignore=tests/end2end --cov-report term-missing --cov aria +commands=pytest -vvv tests --ignore=tests/end2end [testenv:py27e2e] commands=pytest tests/end2end --cov-report term-missing --cov aria
