Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc 0832f34b2 -> c2a7adf2f
testing orchestrator/workflows module only Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/c2a7adf2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/c2a7adf2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/c2a7adf2 Branch: refs/heads/build_fail_poc Commit: c2a7adf2f43cef1e619768a8180262208b12e6ab Parents: 0832f34 Author: max-orlov <[email protected]> Authored: Tue Jul 4 12:18:57 2017 +0300 Committer: max-orlov <[email protected]> Committed: Tue Jul 4 12:18:57 2017 +0300 ---------------------------------------------------------------------- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/c2a7adf2/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 2f70a3c..64dfb56 100644 --- a/tox.ini +++ b/tox.ini @@ -34,10 +34,10 @@ basepython = pylint_tests: python2.7 [testenv:py27] -commands=pytest /home/maxim-pcu/dev/repos/incubator-ariatosca/tests/orchestrator +commands=pytest /home/maxim-pcu/dev/repos/incubator-ariatosca/tests/orchestrator/workflows [testenv:py26] -commands=pytest /home/maxim-pcu/dev/repos/incubator-ariatosca/tests/orchestrator +commands=pytest /home/maxim-pcu/dev/repos/incubator-ariatosca/tests/orchestrator/workflows [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 /home/maxim-pcu/dev/repos/incubator-ariatosca/tests/orchestrator +commands=pytest /home/maxim-pcu/dev/repos/incubator-ariatosca/tests/orchestrator/workflows [testenv:py27ssh] install_command=pip install {opts} {packages} .[ssh]
