|
|
@ -3,16 +3,21 @@ environment: |
|
|
|
TOXENV: "py" |
|
|
|
TOXENV: "py" |
|
|
|
|
|
|
|
|
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
- PYTHON: "C:\\Python36" |
|
|
|
|
|
|
|
- PYTHON: "C:\\Python27" |
|
|
|
- PYTHON: "C:\\Python27" |
|
|
|
|
|
|
|
- PYTHON: "C:\\Python35" |
|
|
|
|
|
|
|
- PYTHON: "C:\\Python36" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
init: |
|
|
|
|
|
|
|
- SET PATH=%PYTHON%;%PATH% |
|
|
|
|
|
|
|
- python -c "import sys;sys.stdout.write(sys.version)" |
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
|
install: |
|
|
|
- "%PYTHON%\\python.exe -m pip install -U pip setuptools wheel tox" |
|
|
|
- python -m pip install -U pip setuptools wheel tox |
|
|
|
|
|
|
|
|
|
|
|
build: false |
|
|
|
build: false |
|
|
|
|
|
|
|
|
|
|
|
test_script: |
|
|
|
test_script: |
|
|
|
- "%PYTHON%\\python.exe -m tox" |
|
|
|
- python -m tox |
|
|
|
|
|
|
|
|
|
|
|
branches: |
|
|
|
branches: |
|
|
|
only: |
|
|
|
only: |
|
|
|