mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-07 01:52:06 +00:00
Set the cloned directory as PYTHONPATH in appveyor.yml
This commit is contained in:
parent
29bbbaa4dd
commit
fe0f80f2f4
@ -12,7 +12,8 @@ branches:
|
||||
|
||||
install:
|
||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||
- "SET TOX_TESTENV_PASSENV=HOME USERPROFILE HOMEPATH HOMEDRIVE"
|
||||
- "SET PYTHONPATH=%APPVEYOR_BUILD_FOLDER%"
|
||||
- "SET TOX_TESTENV_PASSENV=HOME HOMEDRIVE HOMEPATH PYTHONPATH USERPROFILE"
|
||||
- "pip install -U tox"
|
||||
|
||||
build: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user