Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc deb570d3d -> af9312e16
again running only core 1 Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/af9312e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/af9312e1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/af9312e1 Branch: refs/heads/build_fail_poc Commit: af9312e16be849961db488eefeed5ec0acb67fa2 Parents: deb570d Author: max-orlov <[email protected]> Authored: Tue Jul 4 13:32:32 2017 +0300 Committer: max-orlov <[email protected]> Committed: Tue Jul 4 13:32:32 2017 +0300 ---------------------------------------------------------------------- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/af9312e1/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 87b3fc5..4b5d545 100644 --- a/tox.ini +++ b/tox.ini @@ -29,11 +29,11 @@ basepython = [testenv:py27] -commands=pytest tests/orchestrator/workflows/core/test_task.py +commands=pytest tests/orchestrator/workflows/core [testenv:py26] -commands=pytest tests/orchestrator/workflows/core/test_task.py +commands=pytest tests/orchestrator/workflows/core [testenv:pywin] -commands=pytest tests/orchestrator/workflows/core/test_task.py +commands=pytest tests/orchestrator/workflows/core
