cChardet/appveyor.yml
2018-09-26 21:31:45 +09:00

28 lines
667 B
YAML

environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python34-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
install:
- "git submodule update --init --recursive"
- "%PYTHON%\\python.exe -m pip install -U pip wheel nose cython"
build: off
test_script:
- "build.cmd %PYTHON%\\python.exe setup.py nosetests"
after_test:
- "build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
artifacts:
- path: dist\*