1
0
Quellcode durchsuchen

Adding back codecov requirement

Lucas Villeneuve vor 5 Jahren
Ursprung
Commit
4a8a38413b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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