소스 검색

[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