Skip to content

Commit 71478f7

Browse files
committed
have travis install flake8
1 parent a1becfe commit 71478f7

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
@@ -6,7 +6,7 @@ python:
66
- 3.4
77
install:
88
- pip install -U .
9-
- pip install httpretty pytest
9+
- pip install httpretty pytest flake8
1010
script:
1111
- flake8 .
1212
- py.test

0 commit comments

Comments
 (0)