Skip to content

Commit 11bb1dc

Browse files
authored
Only check format for python files.
1 parent 5a1379a commit 11bb1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ install:
88
- pip install -r test-requirements.txt
99
- pip install pycodestyle
1010
# command to run tests
11-
script: pycodestyle samples/*
11+
script: pycodestyle samples/py.*

0 commit comments

Comments
 (0)