Explorar o código

Upload to codecov from Appveyor as well

Thomas Kluyver %!s(int64=4) %!d(string=hai) anos
pai
achega
5278049860
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      appveyor.yml

+ 2 - 1
appveyor.yml

@@ -9,9 +9,10 @@ environment:
 
 install:
   - cinst nsis
-  - "%PYTHON%\\python.exe -m pip install -U tox virtualenv --no-warn-script-location"
+  - "%PYTHON%\\python.exe -m pip install -U tox virtualenv codecov --no-warn-script-location"
 
 build: off
 
 test_script:
   - "%PYTHON%\\python.exe -m tox -e python -- -v"
+  - "%PYTHON%\\python.exe -m codecov"