Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc a1deae556 -> deb570d3d
run 3 Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/deb570d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/deb570d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/deb570d3 Branch: refs/heads/build_fail_poc Commit: deb570d3d12af885621ffccc81e26c2da6bdd8b1 Parents: a1deae5 Author: max-orlov <[email protected]> Authored: Tue Jul 4 13:30:02 2017 +0300 Committer: max-orlov <[email protected]> Committed: Tue Jul 4 13:30:02 2017 +0300 ---------------------------------------------------------------------- tox.ini | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/deb570d3/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 2d3f087..87b3fc5 100644 --- a/tox.ini +++ b/tox.ini @@ -25,13 +25,8 @@ deps = basepython = py26: python2.6 py27: python2.7 - py26e2e: python2.6 - py27e2e: python2.7 - py26ssh: python2.6 - py27ssh: python2.7 pywin: {env:PYTHON:}\python.exe - pylint_code: python2.7 - pylint_tests: python2.7 + [testenv:py27] commands=pytest tests/orchestrator/workflows/core/test_task.py @@ -39,26 +34,6 @@ commands=pytest tests/orchestrator/workflows/core/test_task.py [testenv:py26] commands=pytest tests/orchestrator/workflows/core/test_task.py -[testenv:py27e2e] -commands=pytest tests/end2end --cov-report term-missing --cov aria - -[testenv:py26e2e] -commands=pytest tests/end2end --cov-report term-missing --cov aria - [testenv:pywin] commands=pytest tests/orchestrator/workflows/core/test_task.py -[testenv:py27ssh] -install_command=pip install {opts} {packages} .[ssh] -commands=pytest tests/orchestrator/execution_plugin/test_ssh.py - -[testenv:py26ssh] -install_command=pip install {opts} {packages} .[ssh] -commands=pytest tests/orchestrator/execution_plugin/test_ssh.py - -[testenv:pylint_code] -commands=pylint --rcfile=aria/.pylintrc --disable=fixme,missing-docstring aria extensions/aria_extension_tosca/ - -[testenv:pylint_tests] -commands=pylint --rcfile=tests/.pylintrc --disable=fixme,missing-docstring tests -
