mirror of https://github.com/mitsuhiko/flask.git
David Lord
7 years ago
1 changed files with 20 additions and 0 deletions
@ -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…
Reference in new issue