Adding ignore W605

This commit is contained in:
Tomas 2019-09-13 07:31:47 +02:00
parent 965e1c12a9
commit d3868c3a68

View file

@ -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