We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a65ba9 commit 20c6b29Copy full SHA for 20c6b29
.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; fi
+ - if [[ $RUN == nosetests ]]; then pip install 'curtsies >=0.1.15,<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