Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-299-Resuming-canceled-execution-with-frozen-task-fails bcb3a768e -> 483ac89fe
run only test_process_executor Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/483ac89f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/483ac89f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/483ac89f Branch: refs/heads/ARIA-299-Resuming-canceled-execution-with-frozen-task-fails Commit: 483ac89fe469c8df145abb8afa61358d17b21d9c Parents: bcb3a76 Author: max-orlov <[email protected]> Authored: Thu Jul 6 11:58:12 2017 +0300 Committer: max-orlov <[email protected]> Committed: Thu Jul 6 11:58:12 2017 +0300 ---------------------------------------------------------------------- .travis.yml | 12 +++++----- tox.ini | 68 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 40 insertions(+), 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/483ac89f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index de02d78..31179a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,12 +17,12 @@ python: env: - TOX_ENV=pylint_code - TOX_ENV=pylint_tests -- TOX_ENV=py27 -- TOX_ENV=py26 -- TOX_ENV=py27e2e -- TOX_ENV=py26e2e -- TOX_ENV=py27ssh -- TOX_ENV=py26ssh +#- TOX_ENV=py27 +#- TOX_ENV=py26 +#- TOX_ENV=py27e2e +#- TOX_ENV=py26e2e +#- TOX_ENV=py27ssh +#- TOX_ENV=py26ssh install: - pip install --upgrade pip - pip install --upgrade setuptools http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/483ac89f/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 9849b5e..a59024b 100644 --- a/tox.ini +++ b/tox.ini @@ -24,48 +24,48 @@ deps= -rrequirements.txt -rtests/requirements.txt basepython= - py26: python2.6 - py27: python2.7 - py26e2e: python2.6 - py27e2e: python2.7 - py26ssh: python2.6 - py27ssh: python2.7 +; 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 - docs: python2.7 +; pylint_code: python2.7 +; pylint_tests: python2.7 +; docs: python2.7 -[testenv:py27] -commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria - -[testenv:py26] -commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria - -[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:py27] +;commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria +; +;[testenv:py26] +;commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria +; +;[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 --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria +commands=pytest tests/orchestrator/workflows/executor/test_process_executor.py --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria -[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: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 - -[testenv:docs] -commands= - pip install --requirement docs/requirements.txt - rm --recursive --force docs/html - sphinx-build -W -T -b html docs docs/html +; +;[testenv:docs] +;commands= +; pip install --requirement docs/requirements.txt +; rm --recursive --force docs/html +; sphinx-build -W -T -b html docs docs/html
