forked from orbit-oss/flask
add appveyor configuration
This commit is contained in:
parent
a43a439c7a
commit
e296a67a08
1 changed files with 20 additions and 0 deletions
20
.appveyor.yml
Normal file
20
.appveyor.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
environment:
|
||||
global:
|
||||
TOXENV: "py"
|
||||
|
||||
matrix:
|
||||
- PYTHON: "C:\\Python36"
|
||||
- PYTHON: "C:\\Python27"
|
||||
|
||||
install:
|
||||
- "%PYTHON%\\python.exe -m pip install -U pip setuptools wheel tox"
|
||||
|
||||
build: false
|
||||
|
||||
test_script:
|
||||
- "%PYTHON%\\python.exe -m tox"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^.*-maintenance$/
|
||||
Loading…
Add table
Add a link
Reference in a new issue