mirror of https://github.com/scrapy/scrapy.git
Run Appveyor CI for master and release branches only, but also PRs
This commit is contained in:
parent
4c53957f5b
commit
dd75297e3f
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue