mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-10-30 21:15:27 +01:00 
			
		
		
		
	Fix lint tox environment.
This commit is contained in:
		
							
								
								
									
										12
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								tox.ini
									
									
									
									
									
								
							| @@ -13,9 +13,9 @@ deps = | |||||||
| 	test,cov: {[testenv:cov]deps} | 	test,cov: {[testenv:cov]deps} | ||||||
| 	test,py{33,34,35,36,37}-{type,mypy}: colorama==0.3.7 | 	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{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,pylint},lint: {[testenv:pylint]deps} | ||||||
| 	py{27,py,py3,33,34,35,36,37}-{lint,flake8}: {[testenv:flake8]deps} | 	py{27,py,py3,33,34,35,36,37}-{lint,flake8},lint: {[testenv:flake8]deps} | ||||||
| 	lint,vulture: {[testenv:vulture]deps} | 	py{27,py,py3,33,34,35,36,37}-{lint,vulture},lint: {[testenv:vulture]deps} | ||||||
| setenv = | setenv = | ||||||
| 	SSHAUDIT = {toxinidir}/ssh-audit.py | 	SSHAUDIT = {toxinidir}/ssh-audit.py | ||||||
| 	test: COVERAGE_FILE = {toxinidir}/.coverage.{envname} | 	test: COVERAGE_FILE = {toxinidir}/.coverage.{envname} | ||||||
| @@ -27,9 +27,9 @@ commands = | |||||||
| 	test: coverage report --show-missing | 	test: coverage report --show-missing | ||||||
| 	test: coverage html -d {toxinidir}/reports/html/coverage.{envname} | 	test: coverage html -d {toxinidir}/reports/html/coverage.{envname} | ||||||
| 	py{33,34,35,36,37}-{type,mypy}: {[testenv:mypy]commands} | 	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,pylint},lint: {[testenv:pylint]commands} | ||||||
| 	py{27,py,py3,33,34,35,36,37}-{lint,flake8}: {[testenv:flake8]commands} | 	py{27,py,py3,33,34,35,36,37}-{lint,flake8},lint: {[testenv:flake8]commands} | ||||||
| 	lint,vulture: {[testenv:vulture]commands} | 	py{27,py,py3,33,34,35,36,37}-{lint,vulture},lint: {[testenv:vulture]commands} | ||||||
| ignore_outcome = | ignore_outcome = | ||||||
| 	type: true | 	type: true | ||||||
| 	lint: true | 	lint: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Andris Raugulis
					Andris Raugulis