Repository: incubator-ariatosca Updated Branches: refs/heads/osx-travis [created] 49342360e
osx-travis Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/49342360 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/49342360 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/49342360 Branch: refs/heads/osx-travis Commit: 49342360eb8da61d20a0dd23d0b90a17d81445e1 Parents: 9174f94 Author: Ran Ziv <[email protected]> Authored: Thu Jun 1 11:43:38 2017 +0300 Committer: Ran Ziv <[email protected]> Committed: Thu Jun 1 11:43:38 2017 +0300 ---------------------------------------------------------------------- .travis.yml | 15 +++++++++------ aria/orchestrator/workflows/executor/dry.py | 2 +- tox.ini | 2 -- 3 files changed, 10 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/49342360/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b11ed62..379cb5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,16 @@ sudo: false language: python python: - "2.7" +os: + - linux + - osx env: -- TOX_ENV=pylint_code -- TOX_ENV=pylint_tests -- TOX_ENV=py27 -- TOX_ENV=py26 -- TOX_ENV=py27e2e -- TOX_ENV=py26e2e + - TOX_ENV=pylint_code + - TOX_ENV=pylint_tests + - TOX_ENV=py27 + - TOX_ENV=py26 + - TOX_ENV=py27e2e + - TOX_ENV=py26e2e install: - pip install --upgrade pip - pip install --upgrade setuptools http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/49342360/aria/orchestrator/workflows/executor/dry.py ---------------------------------------------------------------------- diff --git a/aria/orchestrator/workflows/executor/dry.py b/aria/orchestrator/workflows/executor/dry.py index 8848df8..72080b4 100644 --- a/aria/orchestrator/workflows/executor/dry.py +++ b/aria/orchestrator/workflows/executor/dry.py @@ -45,7 +45,7 @@ class DryExecutor(BaseExecutor): logger(dry_msg.format(name=name, task=task, suffix='started...')) logger(dry_msg.format(name=name, task=task, suffix='successful')) else: - logger(dry_msg.format(name=name, task=task, suffix='has no function')) + logger(dry_msg.format(name=name, task=task, suffix='has no implementation')) # updating the task manually instead of calling self._task_succeeded(task), # to avoid any side effects raising that event might cause http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/49342360/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 6ab97cb..58e62c3 100644 --- a/tox.ini +++ b/tox.ini @@ -19,8 +19,6 @@ passenv = PYTHON PYTHON_VERSION PYTHON_ARCH -setenv = - INSTALL_CTX=1 deps = -rrequirements.txt -rtests/requirements.txt
