diff options
author | 2020-10-30 15:48:23 +0530 | |
---|---|---|
committer | 2020-10-30 15:50:29 +0530 | |
commit | 0fd1dc39ee6f6bb7f2c35f84c3a2a39d9e63805f (patch) | |
tree | f58b5d9ca603d193476254d3d5b13e853985ad64 /tox.ini | |
parent | dff7c66ee8e7ef0b8b14ad5776a1318b987d3eaa (diff) |
CIRV-Cleanup: Remove HDV and SDV contents.
As CIRV-HDV and CIRV-SDV are active now, we do not need contents here.
The docs folder has links to HDV and SDV.
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I86ee90fb5e969e14d000d9a08d971b13a2c2740e
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/tox.ini b/tox.ini deleted file mode 100644 index 421d621..0000000 --- a/tox.ini +++ /dev/null @@ -1,31 +0,0 @@ -[tox] -envlist = pep8,yamllint,bashate,pylint - -[testenv] -deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} - -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt - -[testenv:pep8] -basepython = python3 -commands = flake8 - -[testenv:yamllint] -basepython = python3 -files = - INFO.yaml - tools -commands = - yamllint -s {[testenv:yamllint]files} -c {toxinidir}/yamllintrc - -[testenv:bashate] -basepython = python3 -files = - ci/build-cirv.sh -commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files} - -[testenv:pylint] -basepython = python3 -commands = - pylint tools |