mirror of https://github.com/celery/kombu.git
Fix Windows build.
This commit is contained in:
parent
574641e01f
commit
754bd95391
|
@ -62,7 +62,7 @@ init:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "powershell extra\\appveyor\\install.ps1"
|
- "powershell extra\\appveyor\\install.ps1"
|
||||||
- "%PYTHON%/Scripts/pip.exe install -U setuptools"
|
- "%PYTHON%/python -m pip install -U pip setuptools"
|
||||||
- "%PYTHON%/Scripts/pip.exe install -r requirements/dev.txt"
|
- "%PYTHON%/Scripts/pip.exe install -r requirements/dev.txt"
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
Loading…
Reference in New Issue