We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c5168 commit 82fd9b7Copy full SHA for 82fd9b7
.travis.yml
@@ -7,8 +7,6 @@ matrix:
7
include:
8
- python: 2.7
9
env: TEST_TARGET=default
10
- - python: 3.4
11
- env: TEST_TARGET=default
12
- python: 3.5
13
14
- python: 3.6
@@ -36,6 +34,6 @@ script:
36
34
fi
37
35
38
- if [[ $TEST_TARGET == 'coding_standards' ]]; then
39
- pycodestyle --ignore=E741,E226 --max-line-length=100 tests ;
40
- pycodestyle --ignore=E741,E226 --max-line-length=100 utide ;
+ pycodestyle --ignore=E741,E226,W504 --max-line-length=100 tests ;
+ pycodestyle --ignore=E741,E226,W504 --max-line-length=100 utide ;
41
0 commit comments