Skip to content

Commit a190066

Browse files
add requests to travis config to unbreak automated build
1 parent 4795738 commit a190066

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
@@ -8,7 +8,7 @@ python:
88

99
install:
1010
- "python setup.py install"
11-
- "pip install curtsies greenlet pygments"
11+
- "pip install curtsies greenlet pygments requests"
1212

1313
script:
1414
- cd build/lib/

0 commit comments

Comments
 (0)