mirror of https://github.com/scrapy/scrapy.git
Add appveyor.yml
This commit is contained in:
parent
8a4e51a19b
commit
1d25c98eb3
|
|
@ -0,0 +1,14 @@
|
|||
platform: x86
|
||||
version: '{branch}-{build}'
|
||||
environment:
|
||||
matrix:
|
||||
- PYTHON: "C:\\Python36"
|
||||
TOX_ENV: py36
|
||||
|
||||
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%"
|
||||
Loading…
Reference in New Issue