From 9c463b4e061987f2de593f4ed68a523449527a1e Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Mon, 10 Apr 2017 19:32:40 +0300 Subject: [PATCH] Fix lint tox environment. --- tox.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 0655e65..7f61a11 100644 --- a/tox.ini +++ b/tox.ini @@ -13,9 +13,9 @@ deps = test,cov: {[testenv:cov]deps} test,py{33,34,35,36,37}-{type,mypy}: colorama==0.3.7 py{33,34,35,36,37}-{type,mypy}: {[testenv:mypy]deps} - py{27,py,py3,33,34,35,36,37}-{lint,pylint}: {[testenv:pylint]deps} - py{27,py,py3,33,34,35,36,37}-{lint,flake8}: {[testenv:flake8]deps} - lint,vulture: {[testenv:vulture]deps} + py{27,py,py3,33,34,35,36,37}-{lint,pylint},lint: {[testenv:pylint]deps} + py{27,py,py3,33,34,35,36,37}-{lint,flake8},lint: {[testenv:flake8]deps} + py{27,py,py3,33,34,35,36,37}-{lint,vulture},lint: {[testenv:vulture]deps} setenv = SSHAUDIT = {toxinidir}/ssh-audit.py test: COVERAGE_FILE = {toxinidir}/.coverage.{envname} @@ -27,9 +27,9 @@ commands = test: coverage report --show-missing test: coverage html -d {toxinidir}/reports/html/coverage.{envname} py{33,34,35,36,37}-{type,mypy}: {[testenv:mypy]commands} - py{27,py,py3,33,34,35,36,37}-{lint,pylint}: {[testenv:pylint]commands} - py{27,py,py3,33,34,35,36,37}-{lint,flake8}: {[testenv:flake8]commands} - lint,vulture: {[testenv:vulture]commands} + py{27,py,py3,33,34,35,36,37}-{lint,pylint},lint: {[testenv:pylint]commands} + py{27,py,py3,33,34,35,36,37}-{lint,flake8},lint: {[testenv:flake8]commands} + py{27,py,py3,33,34,35,36,37}-{lint,vulture},lint: {[testenv:vulture]commands} ignore_outcome = type: true lint: true