We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8419cb + eced02d commit 621d92eCopy full SHA for 621d92e
.travis.yml
@@ -23,5 +23,5 @@ script:
23
- safety check --full-report --file requirements/prod.txt
24
- safety check --full-report --file requirements/dev.txt
25
- safety check --full-report --file requirements/test.txt
26
- - pylint manage.py app
+ - pylint --rcfile .pylintrc manage.py app
27
- python manage.py test
0 commit comments