Adding ignore W605
This commit is contained in:
parent
965e1c12a9
commit
d3868c3a68
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,7 @@ install:
|
|||
|
||||
script:
|
||||
- coverage erase
|
||||
- if [[ $(python -c 'import sys; print("0" if sys.version_info < (2, 7) else "1")') == "1" ]]; then flake8 --ignore=E501; fi
|
||||
- if [[ $(python -c 'import sys; print("0" if sys.version_info < (2, 7) else "1")') == "1" ]]; then flake8 --ignore=E501,W605; fi
|
||||
- PYTHONPATH=. coverage run -p example/run_tests.py
|
||||
- PYTHONPATH=. coverage run -p example/run_tests.py example.settings_no_debug
|
||||
after_success:
|
||||
|
@ -95,3 +95,4 @@ notifications:
|
|||
email:
|
||||
- goinnn@gmail.com
|
||||
- blag@users.noreply.github.com
|
||||
- tomasgarzonhervas@gmail.com
|
||||
|
|
Loading…
Reference in a new issue