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 09227ce commit 713d5b2Copy full SHA for 713d5b2
.appveyor.yml
@@ -13,10 +13,8 @@ environment:
13
build: off
14
15
install:
16
-- "set PATH=%PYTHON%\\Scripts;%PYTHON%\\bin;%PATH%"
17
-- "%PYTHON%\\python.exe -m pip install -r requirements/dev.txt"
18
-- "%PYTHON%\\python.exe -m pip install -e ."
+ - ps: Install-Product node 8.10
19
20
test_script:
21
-- "%PYTHON%\\python.exe -m pytest --cov aws_lambda_builders --cov-report term-missing tests/unit tests/functional"
22
-- "%PYTHON%\\python.exe -m pytest tests/integration"
+ - node --version
+ - npm --version
0 commit comments