mirror of https://github.com/pypa/pep517.git
26 lines
518 B
YAML
26 lines
518 B
YAML
environment:
|
|
matrix:
|
|
- PYTHON: "C:\\Python27"
|
|
- PYTHON: "C:\\Python27-x64"
|
|
- PYTHON: "C:\\Python34"
|
|
- PYTHON: "C:\\Python34-x64"
|
|
- PYTHON: "C:\\Python35"
|
|
- PYTHON: "C:\\Python35-x64"
|
|
- PYTHON: "C:\\Python36"
|
|
- PYTHON: "C:\\Python36-x64"
|
|
- PYTHON: "C:\\Python37"
|
|
- PYTHON: "C:\\Python37-x64"
|
|
|
|
install:
|
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
|
- "python --version"
|
|
- "pip install tox"
|
|
|
|
build: off
|
|
|
|
cache:
|
|
- '%LOCALAPPDATA%\pip\Cache'
|
|
|
|
test_script:
|
|
- "tox -e py"
|