Skip to content

Commit 573c8d3

Browse files
committed
Install dependencies for crasher test
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 0d0d4b4 commit 573c8d3

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
@@ -15,6 +15,8 @@ if [[ $RUN == nosetests ]] then
1515
if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]] then
1616
pip install unittest
1717
fi
18+
# dependencies for crasher tests
19+
pip install Twisted urwid
1820
# build and install
1921
python setup.py install
2022
elif [[ $RUN == build_sphinx ]] then

0 commit comments

Comments
 (0)