X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blobdiff_plain;f=jjb%2Fkuberef%2Ftox.ini;fp=jjb%2Fkuberef%2Ftox.ini;h=0000000000000000000000000000000000000000;hp=328a05df09f711ab013224a35d5bfbd161061d24;hb=e4e7eeec66f7f34117a13c23a908bf6dec97f95e;hpb=957053910a3b93d5e7dc56a15e68f1a3803a099a diff --git a/jjb/kuberef/tox.ini b/jjb/kuberef/tox.ini deleted file mode 100644 index 328a05df0..000000000 --- a/jjb/kuberef/tox.ini +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash -# SPDX-license-identifier: Apache-2.0 -############################################################################## -# Copyright (c) 2020 Samsung Electronics -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -[tox] -minversion = 3.5 -skipsdist = True -envlist = lint - -[testenv] -passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY -usedevelop = False -install_command = pip install {opts} {packages} - -[testenv:lint] -deps = - {env:BASHATE_INSTALL_PATH:bashate} -whitelist_externals = bash -commands = bash -c "find {toxinidir} \ - -not -path {toxinidir}/.tox/\* \ -# E006 check for lines longer than 79 columns - -name \*.sh | xargs bashate -v -iE006"