Skip to content

Commit 7bcb6a4

Browse files
committed
fixup! test: cover supported node versions with travis
1 parent ff87681 commit 7bcb6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636
before_script:
3737
- flake8 --version
3838
# stop the build if there are Python syntax errors or undefined names
39-
- flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
39+
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4040
# exit-zero treats all errors as warnings. Two space indentation is OK. The GitHub editor is 127 chars wide
4141
- flake8 . --count --exit-zero --ignore=E111,E114,W503 --max-complexity=10 --max-line-length=127 --statistics
4242
- npm install

0 commit comments

Comments
 (0)