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 5907b23 commit f0b7d78Copy full SHA for f0b7d78
.appveyor.yml
@@ -97,8 +97,8 @@ for:
97
- "echo %PATH%"
98
99
test_script:
100
- - ps: "$env:PYTHON\\python.exe -m pytest --cov aws_lambda_builders --cov-report term-missing tests/unit tests/functional"
101
- - ps: "$env:PYTHON\\python.exe -m pytest tests/integration"
+ - ps: "& \"$env:PYTHON\\python.exe\" -m pytest --cov aws_lambda_builders --cov-report term-missing tests/unit tests/functional"
+ - ps: "& \"$env:PYTHON\\python.exe\" -m pytest tests/integration"
102
103
- matrix:
104
only:
0 commit comments