Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-321-clearwater 2aaca2c96 -> ebcd94d7a (forced update)
Fix for SSH Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/ebcd94d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/ebcd94d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/ebcd94d7 Branch: refs/heads/ARIA-321-clearwater Commit: ebcd94d7a9aa32a3a62bc927afe36c40b02cb7da Parents: 431f40f Author: Tal Liron <[email protected]> Authored: Thu Sep 7 11:35:39 2017 -0500 Committer: Tal Liron <[email protected]> Committed: Thu Sep 7 13:29:11 2017 -0500 ---------------------------------------------------------------------- .travis.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/ebcd94d7/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 2858bc3..55b814a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -sudo: false - +# See: https://docs.travis-ci.com/user/reference/overview/#Virtualization-environments dist: trusty +sudo: false language: python @@ -20,15 +20,15 @@ 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=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=docs +# - TOX_ENV=py26ssh +# - TOX_ENV=docs addons: apt: @@ -44,9 +44,8 @@ before_install: - pip install tox script: - - uname -a - - nproc - tox --version + - "docker -H tcp://0.0.0.0:4243 port $id 22 | sed 's/.*://'" - PYTEST_PROCESSES=1 tox -e $TOX_ENV # The PYTEST_PROCESSES environment var is used in tox.ini to override the --numprocesses argument
