X Tutup
Skip to content

Commit c2b4fbe

Browse files
fix travis build
1 parent c131d61 commit c2b4fbe

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 requests"
11+
- "pip install 'curtsies<0.2.0' greenlet pygments requests"
1212

1313
script:
1414
- cd build/lib/

0 commit comments

Comments
 (0)
X Tutup