tox: Add skip_install to more environments.

This commit is contained in:
Florian Bruhin 2015-03-26 20:19:55 +01:00
parent acb13bb61e
commit 16ab2ad167

View File

@ -61,6 +61,7 @@ deps = pep257==0.5.0
commands = {envpython} -m pep257 scripts qutebrowser --ignore=D102,D209,D402 '--match=(?!resources|test_content_disposition).*\.py' commands = {envpython} -m pep257 scripts qutebrowser --ignore=D102,D209,D402 '--match=(?!resources|test_content_disposition).*\.py'
[testenv:flake8] [testenv:flake8]
skip_install = true
deps = deps =
-rrequirements.txt -rrequirements.txt
pyflakes==0.8.1 pyflakes==0.8.1
@ -71,6 +72,7 @@ commands =
{envdir}/bin/flake8 scripts qutebrowser --config=.flake8 {envdir}/bin/flake8 scripts qutebrowser --config=.flake8
[testenv:pyroma] [testenv:pyroma]
skip_install = true
deps = deps =
pyroma==1.7 pyroma==1.7
docutils==0.12 docutils==0.12
@ -79,6 +81,7 @@ commands =
{envdir}/bin/pyroma . {envdir}/bin/pyroma .
[testenv:check-manifest] [testenv:check-manifest]
skip_install = true
deps = deps =
check-manifest==0.24 check-manifest==0.24
commands = commands =
@ -86,6 +89,7 @@ commands =
{envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__' {envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'
[testenv:docs] [testenv:docs]
skip_install = true
deps = deps =
-rrequirements.txt -rrequirements.txt
commands = commands =