Skip to content

Commit 81f5e76

Browse files
committed
Fix urllib3 dependency for travis
1 parent 228f27f commit 81f5e76

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
@@ -10,7 +10,7 @@ install:
1010
- "pip3 install beautifulsoup4 Sickle validators"
1111
- "pip3 install requests-mock"
1212
- "pip3 install 'elasticsearch>=1.0.0,<2.0.0'"
13-
- "pip3 install urlib3-mock"
13+
- "pip3 install urllib3-mock"
1414
script:
1515
- python setup.py test
1616
- python setup.py sdist

0 commit comments

Comments
 (0)