1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 07:23:40 +00:00
scrapy/appveyor.yml

20 lines
386 B
YAML
Raw Normal View History

2018-07-03 16:41:53 -03:00
platform: x86
version: '{branch}-{build}'
environment:
matrix:
- PYTHON: "C:\\Python36"
TOX_ENV: py36
branches:
only:
- master
- /d+\.\d+\.\d+[\w\-]*$/
2018-07-03 16:41:53 -03:00
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "SET TOX_TESTENV_PASSENV=HOME USERPROFILE HOMEPATH HOMEDRIVE"
- "pip install -U tox twine wheel"
build: false
test_script:
- "tox -e %TOX_ENV%"