1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/appveyor.yml
2015-11-30 11:32:22 +00:00

32 lines
594 B
YAML

environment:
matrix:
- PYTHON: "C:\\Python27"
TOXENV: "py27"
- PYTHON: "C:\\Python33"
TOXENV: "py33"
- PYTHON: "C:\\Python34"
TOXENV: "py34"
- PYTHON: "C:\\Python35"
TOXENV: "py35"
- PYTHON: "C:\\Python27-x64"
TOXENV: "py27"
- PYTHON: "C:\\Python33-x64"
TOXENV: "py33"
- PYTHON: "C:\\Python34-x64"
TOXENV: "py34"
- PYTHON: "C:\\Python35-x64"
TOXENV: "py35"
install:
cmd: "%PYTHON%\\python.exe -m pip install tox"
build: off
test_script:
- "%PYTHON%\\Scripts\\tox.exe -e %TOXENV% -- -m unit -n 8"