Skip to content

Commit e09e009

Browse files
committed
No longer run tests against Python 2.6
1 parent e8d27bc commit e09e009

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ notifications:
55
- secure: "QXcEHVnOi5mZpONkHSu1tydj8EK3G7xJ7Wv/WYhJ5soNUpEJgi6YwR1WcxSjo7qyi8hTL+4jc+ID0TpKDeS1lpXF41kG9xf5kdxw5OL0EnMkrP9okUN0Ip8taEhd8w+6+dGmfZrx2nXOg1kBU7W5cE90XYqEtNDVXXgNeilT+ik="
66

77
python:
8-
- "2.6"
98
- "2.7"
109
- "3.3"
1110
- "3.4"

0 commit comments

Comments
 (0)