mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
16 lines
413 B
YAML
16 lines
413 B
YAML
environment:
|
|
matrix:
|
|
- PYTHON: "C:\\Python27"
|
|
- PYTHON: "C:\\Python33"
|
|
- PYTHON: "C:\\Python34"
|
|
- PYTHON: "C:\\Python35"
|
|
- PYTHON: "C:\\Python27-x64"
|
|
- PYTHON: "C:\\Python33-x64"
|
|
- PYTHON: "C:\\Python34-x64"
|
|
- PYTHON: "C:\\Python35-x64"
|
|
|
|
install:
|
|
cmd: "%PYTHON%\\python.exe -m pip install tox"
|
|
build: off
|
|
test_script:
|
|
- "%PYTHON%\\Scripts\\tox.exe -e py -- -m unit -n 8"
|