We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1becfe commit 71478f7Copy full SHA for 71478f7
.travis.yml
@@ -6,7 +6,7 @@ python:
6
- 3.4
7
install:
8
- pip install -U .
9
- - pip install httpretty pytest
+ - pip install httpretty pytest flake8
10
script:
11
- flake8 .
12
- py.test
0 commit comments