tox: Rename pylint-tip to pylint-master

This commit is contained in:
Florian Bruhin 2016-03-09 21:20:30 +01:00
parent c681d6203f
commit 82b52d8799

View File

@ -135,7 +135,7 @@ commands =
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no
{envpython} scripts/dev/run_pylint_on_tests.py {toxinidir} --output-format=colorized --reports=no
[testenv:pylint-tip]
[testenv:pylint-master]
basepython = python3
passenv = {[testenv:pylint]passenv}
deps =