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 df31abe commit 5907b23Copy full SHA for 5907b23
.appveyor.yml
@@ -97,8 +97,8 @@ for:
97
- "echo %PATH%"
98
99
test_script:
100
- - "%PYTHON%\\python.exe -m pytest --cov aws_lambda_builders --cov-report term-missing tests/unit tests/functional"
101
- - "%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