Skip to content

Commit 5907b23

Browse files
committed
Run windows tests in powershell
Signed-off-by: David Calavera <[email protected]>
1 parent df31abe commit 5907b23

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
@@ -97,8 +97,8 @@ for:
9797
- "echo %PATH%"
9898

9999
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"
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"
102102

103103
- matrix:
104104
only:

0 commit comments

Comments
 (0)