Skip to content

Commit ae288f1

Browse files
committed
Fix powershell env notation
Signed-off-by: David Calavera <[email protected]>
1 parent b8f2df5 commit ae288f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ for:
102102
- "echo %PATH%"
103103

104104
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"
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
107107

108108
- matrix:
109109
only:

0 commit comments

Comments
 (0)