.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:
Sebastian 2019-09-09 21:19:03 +02:00 committed by GitHub
parent 4a119640c5
commit e9231d2eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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