File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ if [[ $RUN == nosetests ]]; then
1818 # translation specific dependencies
1919 pip install babel
2020 # Python 2.6 specific dependencies
21- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then
22- pip install unittest2
23- elif [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then
21+ if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then
2422 # dependencies for crasher tests
2523 pip install Twisted urwid
2624 fi
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ notifications:
55 - secure : " QXcEHVnOi5mZpONkHSu1tydj8EK3G7xJ7Wv/WYhJ5soNUpEJgi6YwR1WcxSjo7qyi8hTL+4jc+ID0TpKDeS1lpXF41kG9xf5kdxw5OL0EnMkrP9okUN0Ip8taEhd8w+6+dGmfZrx2nXOg1kBU7W5cE90XYqEtNDVXXgNeilT+ik="
66
77python :
8- - " 2.6"
98 - " 2.7"
109 - " 3.3"
1110 - " 3.4"
You can’t perform that action at this time.
0 commit comments