Skip to content

Commit

Permalink
Fix naming from env var
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 27, 2019
1 parent fea8f2a commit 28e95d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ after_test:
- ps: |
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash codecov.sh -f 'coverage.xml' -n %PYTHON% -X fix
bash codecov.sh -f 'coverage.xml' -n $env:PYTHON -X fix
matrix:
fast_finish: true
Expand Down

0 comments on commit 28e95d9

Please sign in to comment.