dativebase / old-pyramid

Online Linguistic Database (OLD)
http://www.onlinelinguisticdatabase.org/
8 stars 2 forks source link

Problem: pylint is not part of our Travis CI workflow #8

Closed jrwdunham closed 6 years ago

jrwdunham commented 6 years ago

The Tox commands that run pylint are failing currently. Run tox -e py34-pylint to see the output. Fixing this requires running this command and then making changes to the code and/or the .pylintrc file in order to make pylint pass. Then Travis can be configured to stop allowing these as failures.

jrwdunham commented 6 years ago

This will be fixed when https://github.com/dativebase/old-pyramid/pull/5/commits is merged.

jrwdunham commented 6 years ago

Fixed by merge of PR 5.