Better appveyor config
This commit is contained in:
parent
e296a67a08
commit
411b08ff8b
1 changed files with 8 additions and 3 deletions
|
|
@ -3,16 +3,21 @@ environment:
|
|||
TOXENV: "py"
|
||||
|
||||
matrix:
|
||||
- PYTHON: "C:\\Python36"
|
||||
- PYTHON: "C:\\Python27"
|
||||
- PYTHON: "C:\\Python35"
|
||||
- PYTHON: "C:\\Python36"
|
||||
|
||||
init:
|
||||
- SET PATH=%PYTHON%;%PATH%
|
||||
- python -c "import sys;sys.stdout.write(sys.version)"
|
||||
|
||||
install:
|
||||
- "%PYTHON%\\python.exe -m pip install -U pip setuptools wheel tox"
|
||||
- python -m pip install -U pip setuptools wheel tox
|
||||
|
||||
build: false
|
||||
|
||||
test_script:
|
||||
- "%PYTHON%\\python.exe -m tox"
|
||||
- python -m tox
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue