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