mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-25 03:35:29 +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 =
|
||||
{[testenv]deps}
|
||||
pylint
|
||||
commands =
|
||||
- pylint minecraft -f colorized -d all -e W -r n
|
||||
commands = pylint minecraft -f colorized -d all -e W -r n
|
||||
|
||||
[testenv:pylint-full]
|
||||
basepython = python3.4
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
pylint
|
||||
commands = pylint minecraft -f colorized --disable=E
|
||||
commands =
|
||||
- pylint minecraft -f colorized --disable=E
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python3.4
|
||||
|
Loading…
Reference in New Issue
Block a user