summaryrefslogtreecommitdiffstats
path: root/jjb/kuberef/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/kuberef/tox.ini')
-rw-r--r--jjb/kuberef/tox.ini28
1 files changed, 0 insertions, 28 deletions
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"