Skip to content

Commit 404e5c7

Browse files
committed
No longer install Twisted for 2.6
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent dc5e87f commit 404e5c7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.install.sh

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@ if [[ $RUN == nosetests ]]; then
2020
# Python 2.6 specific dependencies
2121
if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then
2222
pip install unittest2
23+
elif [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then
24+
# dependencies for crasher tests
25+
pip install Twisted urwid
2326
fi
2427
case $TRAVIS_PYTHON_VERSION in
25-
2*)
26-
# dependencies for crasher tests
27-
pip install Twisted urwid
28-
# test specific dependencies
29-
pip install mock
30-
;;
31-
pypy)
28+
2*|pypy)
3229
# test specific dependencies
3330
pip install mock
3431
;;

0 commit comments

Comments
 (0)