tox: Don't link pyqt for pyroma/check-manifest.

This commit is contained in:
Florian Bruhin 2015-10-05 23:16:09 +02:00
parent 4b2e0470c8
commit d7ca469d08

View File

@ -150,7 +150,6 @@ deps =
pyroma==1.8.2
docutils==0.12
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envdir}/bin/pyroma .
[testenv:check-manifest]
@ -160,7 +159,6 @@ passenv =
deps =
check-manifest==0.25
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'
[testenv:docs]