Jelajahi Sumber

[appveyor] must install requirements/dev.txt

Ask Solem 9 tahun lalu
induk
melakukan
f7b5c40009
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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