We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bae8a commit 9677844Copy full SHA for 9677844
.travis.yml
@@ -16,7 +16,7 @@ install:
16
# core dependencies
17
- if [[ $RUN == nosetests ]]; then pip install pygments requests; fi
18
# curtsies specific dependencies
19
- - if [[ $RUN == nosetests ]]; then pip install 'curtsies >=0.1.15,<0.2.0' greenlet watchdog; fi
+ - if [[ $RUN == nosetests ]]; then pip install 'curtsies >=0.1.16,<0.2.0' greenlet watchdog; fi
20
# translation specific dependencies
21
- if [[ $RUN == nosetests ]]; then pip install babel; fi
22
# documentation specific dependencies
0 commit comments