Skip to content

Commit fcfb65a

Browse files
committed
Install idna 2.10 after testing and before deploy as it is a dependency from twine
1 parent bffa442 commit fcfb65a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88
- pip install -e .[testing]
99
script:
1010
- pytest --cov=pytest_httpx --cov-fail-under=100 --runpytest=subprocess
11+
- pip install idna==2.10
1112
deploy:
1213
provider: pypi
1314
username: __token__

0 commit comments

Comments
 (0)