X Tutup
Skip to content

Commit 9677844

Browse files
update travis to use require newest released curtsies
1 parent a8bae8a commit 9677844

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
@@ -16,7 +16,7 @@ install:
1616
# core dependencies
1717
- if [[ $RUN == nosetests ]]; then pip install pygments requests; fi
1818
# curtsies specific dependencies
19-
- if [[ $RUN == nosetests ]]; then pip install 'curtsies >=0.1.15,<0.2.0' greenlet watchdog; fi
19+
- if [[ $RUN == nosetests ]]; then pip install 'curtsies >=0.1.16,<0.2.0' greenlet watchdog; fi
2020
# translation specific dependencies
2121
- if [[ $RUN == nosetests ]]; then pip install babel; fi
2222
# documentation specific dependencies

0 commit comments

Comments
 (0)
X Tutup