Removing the - character from the pylinttests environment as the
version of tox available via the build process does not work with
that character.
Change-Id: I46cffef33f07b474598b2c0badf508ee3ea7fd45
Signed-off-by: beierlm <mark.beierl@canonical.com>
# limitations under the License.
[tox]
-envlist = cover, flake8, pylint, pylint-tests
+envlist = cover, flake8, pylint, pylinttests
skipsdist=True
[testenv]
commands =
pylint -E n2vc --ignore=tests
-[testenv:pylint-tests]
+[testenv:pylinttests]
basepython = python3
deps =
pylint