[appveyor] must install requirements/dev.txt

This commit is contained in:
Ask Solem 2015-12-02 13:21:39 -08:00
Родитель c7d89bd7f1
Коммит f7b5c40009
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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