aosp12/external/python/pycparser/appveyor.yml

13 lines
213 B
YAML
Raw Normal View History

2023-01-09 17:11:35 +08:00
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
build: off
test_script:
- "%PYTHON%\\python.exe tests\\all_tests.py"