Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc 5a0072d27 -> 21600dbee
only test_events 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/21600dbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/21600dbe Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/21600dbe Branch: refs/heads/build_fail_poc Commit: 21600dbee75bacf7f614d1eca61d20cce77c6de7 Parents: 5a0072d Author: max-orlov <[email protected]> Authored: Tue Jul 4 13:45:02 2017 +0300 Committer: max-orlov <[email protected]> Committed: Tue Jul 4 13:45:02 2017 +0300 ---------------------------------------------------------------------- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/21600dbe/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 598ef0d..5a66af8 100644 --- a/tox.ini +++ b/tox.ini @@ -29,10 +29,10 @@ basepython = [testenv:py27] -commands=pytest tests/orchestrator/workflows/core +commands=pytest tests/orchestrator/workflows/core/test_events.py [testenv:py26] -commands=pytest tests/orchestrator/workflows/core +commands=pytest tests/orchestrator/workflows/core/test_events.py [testenv:pywin] -commands=pytest tests/orchestrator/workflows/core +commands=pytest tests/orchestrator/workflows/core/test_events.py
