Browse Source

Missing dep 'coverage'

Matthew Wang 12 years ago
parent
commit
4347830024
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .travis.yml

+ 3
- 0
.travis.yml View File

8
     - "3.3"
8
     - "3.3"
9
     - "pypy"
9
     - "pypy"
10
 
10
 
11
+before_install:
12
+    - pip --quiet install coverage
13
+
11
 install:
14
 install:
12
     - python setup.py --quiet install
15
     - python setup.py --quiet install
13
 
16