Skip to content

Commit

Permalink
avoid pylint check for one script
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyzhang committed Jul 10, 2018
1 parent 7aae2af commit 4712860
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ install:
- pip install -r requirements.txt
- pip install nose pylint
- pip install docker
# https://codeinthehole.com/tips/using-pip-and-requirementstxt-to-install-from-the-head-of-a-github-branch/
- pip install git+git://github.com/tangentlabs/django-oscar.git#egg=django-oscar
# command to run tests
script:
- find . -name "*.py" | xargs pylint -E
- find . -name "*.py" | grep -v git_pull_codedir.py | xargs pylint -E

0 comments on commit 4712860

Please sign in to comment.