From 821dc536b213b80ebee1a936d5977b233e5f7eb1 Mon Sep 17 00:00:00 2001 From: Baha Mesleh Date: Thu, 23 May 2019 15:54:24 +0300 Subject: [PATCH] removed un-needed tox file Signed-off-by: Baha Mesleh Change-Id: Ic19fea2b80616269a9f8d87365a0af455db90f86 --- partfs_rootdisk/tox.ini | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 partfs_rootdisk/tox.ini diff --git a/partfs_rootdisk/tox.ini b/partfs_rootdisk/tox.ini deleted file mode 100644 index 0a78f3c..0000000 --- a/partfs_rootdisk/tox.ini +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2019 Nokia - -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -[tox] -envlist = py27-pytest,pylint -skipsdist = True - -[testenv] -basepython = python2.7 - -commands = pytest -vv \ - --pep8 \ - --basetemp={envtmpdir} \ - {posargs:./tests} - -deps=pytest - jinja2 - ansible - pytest-pep8 - -[pytest] -cache_dir = .pytest-cache -pep8maxlinelength = 100 -- 2.16.6