Skip to content

Commit 621d92e

Browse files
Merge pull request #5 from onlinejudge95/dev
Updates, pylint to read from .pylintrc file
2 parents b8419cb + eced02d commit 621d92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ script:
2323
- safety check --full-report --file requirements/prod.txt
2424
- safety check --full-report --file requirements/dev.txt
2525
- safety check --full-report --file requirements/test.txt
26-
- pylint manage.py app
26+
- pylint --rcfile .pylintrc manage.py app
2727
- python manage.py test

0 commit comments

Comments
 (0)