forked from orbit-oss/flask
remove 3.6 from appveyor, reduce in tox remove deprecated travis feature "sudo: false" split docs and devel,lowest travis envs remove osx py2 env in attempt to finish faster move travis matrix to python key
26 lines
338 B
YAML
26 lines
338 B
YAML
environment:
|
|
global:
|
|
TOXENV: py,codecov
|
|
|
|
matrix:
|
|
- PYTHON: C:\Python37-x64
|
|
- PYTHON: C:\Python27-x64
|
|
|
|
init:
|
|
- SET PATH=%PYTHON%;%PATH%
|
|
|
|
install:
|
|
- python -m pip install -U tox
|
|
|
|
build: false
|
|
|
|
test_script:
|
|
- python -m tox
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^.*-maintenance$/
|
|
|
|
cache:
|
|
- '%LOCALAPPDATA%\pip\Cache'
|