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
18
18
# translation specific dependencies
19
19
pip install babel
20
20
# 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
24
22
# dependencies for crasher tests
25
23
pip install Twisted urwid
26
24
fi
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ notifications:
5
5
- secure : " QXcEHVnOi5mZpONkHSu1tydj8EK3G7xJ7Wv/WYhJ5soNUpEJgi6YwR1WcxSjo7qyi8hTL+4jc+ID0TpKDeS1lpXF41kG9xf5kdxw5OL0EnMkrP9okUN0Ip8taEhd8w+6+dGmfZrx2nXOg1kBU7W5cE90XYqEtNDVXXgNeilT+ik="
6
6
7
7
python :
8
- - " 2.6"
9
8
- " 2.7"
10
9
- " 3.3"
11
10
- " 3.4"
You can’t perform that action at this time.
0 commit comments