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 b8f2df5 commit ae288f1Copy full SHA for ae288f1
.appveyor.yml
@@ -102,8 +102,8 @@ for:
102
- "echo %PATH%"
103
104
test_script:
105
- - ps: "$env:PYTHON\\python.exe -m pytest --cov aws_lambda_builders --cov-report term-missing tests/unit tests/functional"
106
- - 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
107
108
- matrix:
109
only:
0 commit comments