Explorar el Código

Adding back codecov requirement

Lucas Villeneuve hace 5 años
padre
commit
4a8a38413b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -11,7 +11,7 @@ before_install:
   - mysql --version
   - python --version
   - pip install -U pip
-  - pip install -U pytest
+  - pip install -U codecov
   - pip install -U pytest-cov
 install:
   - pip install -r requirements.txt