Skip to content

Commit a22743f

Browse files
committed
Add unittest2 to travis install for Python 2.6
1 parent afb7737 commit a22743f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
script: nosetests
99
install:
1010
- pip install -r requirements.txt
11+
- pip install unittest2
1112
notifications:
1213
email:
1314
recipients:

0 commit comments

Comments
 (0)