Skip to content

Commit

Permalink
setup.py: Ignore some new flake8 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcc committed May 29, 2017
1 parent ae47ceb commit fa38861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@ def initialize_options(self):
def finalize_options(self):
pass
def run(self):
self.run_command('flake8', '--ignore=E301,E302,E261',
self.run_command('flake8', '--ignore=E301,E302,E305,E306,E261',
'StanfordDependencies')
self.run_command('nosetests-2.7', '-dvx')
self.run_command('nosetests-3.4', '-dvx')
Expand Down

0 comments on commit fa38861

Please sign in to comment.