We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d27bc commit e09e009Copy full SHA for e09e009
2 files changed
.travis.install.sh
@@ -18,9 +18,7 @@ if [[ $RUN == nosetests ]]; then
18
# translation specific dependencies
19
pip install babel
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
+ if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then
24
# dependencies for crasher tests
25
pip install Twisted urwid
26
fi
.travis.yml
@@ -5,7 +5,6 @@ notifications:
5
- secure: "QXcEHVnOi5mZpONkHSu1tydj8EK3G7xJ7Wv/WYhJ5soNUpEJgi6YwR1WcxSjo7qyi8hTL+4jc+ID0TpKDeS1lpXF41kG9xf5kdxw5OL0EnMkrP9okUN0Ip8taEhd8w+6+dGmfZrx2nXOg1kBU7W5cE90XYqEtNDVXXgNeilT+ik="
6
7
python:
8
- - "2.6"
9
- "2.7"
10
- "3.3"
11
- "3.4"
0 commit comments