We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49be50a commit c049a4eCopy full SHA for c049a4e
.azure-pipelines/windows.yml
@@ -30,7 +30,6 @@ jobs:
30
displayName: 'Update build tools'
31
- script: |
32
python -m pip install --find-links %EXTRA_WHEELS% %DEPENDS%
33
- python -m pip install nose coverage codecov pytest pytest-cov
34
displayName: 'Install dependencies'
35
36
python -m pip install .[$(CHECK_TYPE)]
@@ -44,6 +43,7 @@ jobs:
44
43
displayName: 'Pytest tests'
45
condition: and(succeeded(), eq(variables['CHECK_TYPE'], 'test'))
46
+ python -m pip install codecov
47
cd for_testing
48
codecov
49
displayName: 'Upload To Codecov'
0 commit comments