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 bffa442 commit fcfb65aCopy full SHA for fcfb65a
.travis.yml
@@ -8,6 +8,7 @@ install:
8
- pip install -e .[testing]
9
script:
10
- pytest --cov=pytest_httpx --cov-fail-under=100 --runpytest=subprocess
11
+ - pip install idna==2.10
12
deploy:
13
provider: pypi
14
username: __token__
0 commit comments