Skip to content

Commit 1c957fa

Browse files
committed
Update .travis.yml
1 parent aa59181 commit 1c957fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python:
33
- "3.4"
44
- "3.5"
55
install:
6-
- pip install flake8 .
6+
- pip install flake8
77
before_script:
8-
- "flake8 --show-source --builtins=_ ."
8+
- "flake8 ."
99
script: nosetests

0 commit comments

Comments
 (0)