blob: 51fe0c44a2174869448f41ed52ba906bbe3310e0 [file] [log] [blame]
cache:
- '%LOCALAPPDATA%\pip\Cache'
environment:
matrix:
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"
install:
- "git submodule update --init mypy/typeshed"
- "%PYTHON%\\python.exe -m pip install -U setuptools tox==3.9.0"
- "%PYTHON%\\python.exe -m tox -e py37 --notest"
build: off
test_script:
- "%PYTHON%\\python.exe -m tox -e py37"
skip_commits:
files:
- docs/**/*
- '**/*.rst'
- '**/*.md'
- .gitignore
- .travis.yml
- CREDITS
- LICENSE
skip_branch_with_pr: true