.travis.yml: Remove already fixed TODO comment
y2038 addon has been fixed and moved directly to the addons directory. So this comment is no longer necessary.
This commit is contained in:
parent
4a119640c5
commit
e9231d2eee
|
@ -86,7 +86,6 @@ matrix:
|
|||
- python -m compileall ./addons
|
||||
- python3 -m compileall ./addons
|
||||
# run pylint
|
||||
# - pylint --rcfile=pylintrc_travis addons/y2038/*.py ! First resolve https://trac.cppcheck.net/ticket/9210 "y2038 addon no longer working"
|
||||
- pylint --rcfile=pylintrc_travis addons/*.py
|
||||
- pylint --rcfile=pylintrc_travis htmlreport/*.py
|
||||
- pylint --rcfile=pylintrc_travis tools/*.py
|
||||
|
|
Loading…
Reference in New Issue