From 8609df3a0e9f5510a5485d100ed03a40b051c199 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 16 Jan 2023 14:35:06 +0000 Subject: feat(model): Simplify logic Signed-off-by: pmikus Change-Id: I461899d72e92e5c5db9f64261206ec0e6704e0c8 --- tox.ini | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 126af2d454..566343bcf4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # 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: @@ -26,7 +26,7 @@ [tox] # Fast and brief checkers to front, slow or verbose checkers to back. -envlist = job_spec, copyright_year, gpl_license, model_version, +envlist = job_spec, copyright_year, gpl_license, new_line_length, line_length, autogen, pylint, doc_verify # The following is needed as tox requires setup.py by default. @@ -71,10 +71,6 @@ ignore_outcome = true whitelist_externals = /bin/bash commands = bash {[tox]script_dir}/line.sh -[testenv:model_version] -whitelist_externals = /bin/bash -commands = bash {[tox]script_dir}/model_version.sh - [testenv:new_line_length] # Adding .svg, big .rst tables, .yaml and similar still requires long lines. # As current implementation is too dumb to filter those out, -- cgit 1.2.3-korg