Skip to content

Commit

Permalink
Also update appveyor build script.
Browse files Browse the repository at this point in the history
- Removed the unused nodejs setup, since that level of integration
  testing never got implemented for the parser.
  • Loading branch information
metatoaster committed Oct 28, 2023
1 parent 1537597 commit d45a2d6
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
image: Visual Studio 2022

environment:
matrix:
- PYTHON: "C:\\Python27"
nodejs_version: "4.6"
- PYTHON: "C:\\Python33"
nodejs_version: "4.6"
- PYTHON: "C:\\Python34"
nodejs_version: "6.9"
- PYTHON: "C:\\Python35"
nodejs_version: "6.9"
- PYTHON: "C:\\Python36"
nodejs_version: "8"
- PYTHON: "C:\\Python37"
nodejs_version: "10"
- PYTHON: "C:\\Python38"
nodejs_version: "10"
- PYTHON: "C:\\Python39-x64"
- PYTHON: "C:\\Python310-x64"
- PYTHON: "C:\\Python311-x64"

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- ps: Install-Product node $env:nodejs_version
- "%PYTHON%\\python.exe -m pip install coverage ply"
- "%PYTHON%\\python.exe -m pip install setuptools coverage ply"
- "%PYTHON%\\python.exe setup.py install"

test_script:
Expand Down

0 comments on commit d45a2d6

Please sign in to comment.