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.
1 parent a4698bb commit eced02dCopy full SHA for eced02d
.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