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.
pip install httpretty pytest
1 parent 51f8f9d commit a1becfeCopy full SHA for a1becfe
.travis.yml
@@ -6,6 +6,7 @@ python:
6
- 3.4
7
install:
8
- pip install -U .
9
+ - pip install httpretty pytest
10
script:
11
- flake8 .
12
- py.test
0 commit comments