Skip to content

Commit 713d5b2

Browse files
authored
testing nodejs
1 parent 09227ce commit 713d5b2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ environment:
1313
build: off
1414

1515
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 ."
16+
- ps: Install-Product node 8.10
1917

2018
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"
19+
- node --version
20+
- npm --version

0 commit comments

Comments
 (0)