Explorar el Código

Missing dep 'coverage'

Matthew Wang hace 11 años
padre
commit
4347830024
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      .travis.yml

+ 3
- 0
.travis.yml Ver fichero

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