Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc cee02a75f -> c721c48e5
only tests/orchestrator/workflows/core/test_task.py Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/c721c48e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/c721c48e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/c721c48e Branch: refs/heads/build_fail_poc Commit: c721c48e5f794388cf903c54088303d45d3f6d3c Parents: cee02a7 Author: max-orlov <[email protected]> Authored: Tue Jul 4 13:25:17 2017 +0300 Committer: max-orlov <[email protected]> Committed: Tue Jul 4 13:25:17 2017 +0300 ---------------------------------------------------------------------- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/c721c48e/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 9c4a618..d4c7b72 100644 --- a/tox.ini +++ b/tox.ini @@ -34,10 +34,10 @@ basepython = pylint_tests: python2.7 [testenv:py27] -commands=pytest tests/orchestrator/workflows/core/test_engine.py +commands=pytest tests/orchestrator/workflows/core/test_task.py [testenv:py26] -commands=pytest tests/orchestrator/workflows/core/test_engine.py +commands=pytest tests/orchestrator/workflows/core/test_task.py [testenv:py27e2e] commands=pytest tests/end2end --cov-report term-missing --cov aria @@ -46,7 +46,7 @@ commands=pytest tests/end2end --cov-report term-missing --cov aria commands=pytest tests/end2end --cov-report term-missing --cov aria [testenv:pywin] -commands=pytest tests/orchestrator/workflows/core/test_engine.py +commands=pytest tests/orchestrator/workflows/core/test_task.py [testenv:py27ssh] install_command=pip install {opts} {packages} .[ssh]
