Skip to content

Commit 20c6b29

Browse files
committed
Add watchdog to travis config for filewatch tests
1 parent 3a65ba9 commit 20c6b29

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; fi
19+
- if [[ $RUN == nosetests ]]; then pip install 'curtsies >=0.1.15,<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)