mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-02-18 04:41:27 +01:00
Oops, ignore pylint warnings not errors
This commit is contained in:
parent
398050c248
commit
d0f6120043
6
tox.ini
6
tox.ini
@ -53,15 +53,15 @@ basepython = python3.4
|
|||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
pylint
|
pylint
|
||||||
commands =
|
commands = pylint minecraft -f colorized -d all -e W -r n
|
||||||
- pylint minecraft -f colorized -d all -e W -r n
|
|
||||||
|
|
||||||
[testenv:pylint-full]
|
[testenv:pylint-full]
|
||||||
basepython = python3.4
|
basepython = python3.4
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
pylint
|
pylint
|
||||||
commands = pylint minecraft -f colorized --disable=E
|
commands =
|
||||||
|
- pylint minecraft -f colorized --disable=E
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3.4
|
basepython = python3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user