瀏覽代碼

[appveyor] must install requirements/dev.txt

Ask Solem 9 年之前
父節點
當前提交
f7b5c40009
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -37,6 +37,7 @@ init:
 install:
   - "powershell extra\\appveyor\\install.ps1"
   - "%PYTHON%/Scripts/pip.exe install -U setuptools"
+  - "%PYTHON%/Scripts/pip.exe install -r requirements/dev.txt"
 
 build: off