Skip to content

Commit 62eccc7

Browse files
committed
Remove curtsies restriction
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 5f836ea commit 62eccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ $RUN == nosetests ]]; then
88
# core dependencies
99
pip install pygments
1010
pip install requests
11-
pip install 'curtsies >=0.1.17,<0.2.0'
11+
pip install 'curtsies >=0.1.17'
1212
pip install greenlet
1313
pip install 'six >=1.4'
1414
# filewatch specific dependencies

0 commit comments

Comments
 (0)