mirror of https://github.com/scrapy/scrapy.git
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…
Reference in New Issue