Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc af9312e16 -> bd1f46255 (forced update)
again running only core 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/bd1f4625 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/bd1f4625 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/bd1f4625 Branch: refs/heads/build_fail_poc Commit: bd1f462553d44849806d61adf52b243af89a1fd6 Parents: deb570d Author: max-orlov <[email protected]> Authored: Tue Jul 4 13:32:32 2017 +0300 Committer: max-orlov <[email protected]> Committed: Tue Jul 4 13:33:08 2017 +0300 ---------------------------------------------------------------------- .travis.yml | 6 ------ tox.ini | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/bd1f4625/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index de02d78..8037b7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,14 +15,8 @@ language: python python: - "2.7" 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 install: - pip install --upgrade pip - pip install --upgrade setuptools http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/bd1f4625/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 87b3fc5..4b5d545 100644 --- a/tox.ini +++ b/tox.ini @@ -29,11 +29,11 @@ basepython = [testenv:py27] -commands=pytest tests/orchestrator/workflows/core/test_task.py +commands=pytest tests/orchestrator/workflows/core [testenv:py26] -commands=pytest tests/orchestrator/workflows/core/test_task.py +commands=pytest tests/orchestrator/workflows/core [testenv:pywin] -commands=pytest tests/orchestrator/workflows/core/test_task.py +commands=pytest tests/orchestrator/workflows/core
