Skip to content

Commit e10b802

Browse files
committed
Only install unittest2 on 2.6
1 parent a22743f commit e10b802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
script: nosetests
99
install:
1010
- pip install -r requirements.txt
11-
- pip install unittest2
11+
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
1212
notifications:
1313
email:
1414
recipients:

0 commit comments

Comments
 (0)