environment: matrix: # - PYTHON: C:\Python27 # - PYTHON: C:\Python33 # - PYTHON: C:\Python34 - PYTHON: C:\Python35 # - PYTHON: C:\Python27-x64 # - PYTHON: C:\Python33-x64 # DISTUTILS_USE_SDK: '1' # - PYTHON: 'C:\Python34-x64' DISTUTILS_USE_SDK: '1' - PYTHON: 'C:\Python35-x64' install: - | %PYTHON%\python.exe -m pip install --upgrade pip %PYTHON%\python.exe -m pip install wheel==0.24 build: off test_script: - echo Skipped for now after_test: - | %PYTHON%\python.exe setup.py bdist_wheel artifacts: - path: dist\*