tox: Don't link pyqt for pyroma/check-manifest.
This commit is contained in:
parent
4b2e0470c8
commit
d7ca469d08
2
tox.ini
2
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user