Run Appveyor CI for master and release branches only, but also PRs

This commit is contained in:
Daniel Graña 2018-07-03 16:58:02 -03:00
parent 4c53957f5b
commit dd75297e3f
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ environment:
- PYTHON: "C:\\Python36"
TOX_ENV: py36
branches:
only:
- master
- /d+\.\d+\.\d+[\w\-]*$/
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "SET TOX_TESTENV_PASSENV=HOME USERPROFILE HOMEPATH HOMEDRIVE"