Browse Source

Install unittest2 in travis for python2.6.

Jelmer Vernooij 11 years ago
parent
commit
f534d0c21b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -3,3 +3,5 @@ python:
   - "2.7"
   - "2.7"
   - "2.6"
   - "2.6"
 script: make check
 script: make check
+install:
+  - pip install unittest2