Skip to content

Commit 6a1bc38

Browse files
committed
travis: install urwid and twisted
1 parent dee4d23 commit 6a1bc38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ pip install setuptools
77
if [[ $RUN == nosetests ]]; then
88
# core dependencies
99
pip install -r requirements.txt
10+
# urwid specific dependencies
11+
pip install urwid twisted
1012
# filewatch specific dependencies
1113
pip install watchdog
1214
# jedi specific dependencies

0 commit comments

Comments
 (0)