Add missing python six package to AppVeyor CI

This commit is contained in:
Corentin Le Molgat
2018-03-02 10:12:42 +01:00
parent 50b9e826e2
commit 52ae4725b1

View File

@@ -66,7 +66,7 @@ before_build:
- set PATH=C:\Python36-x64;%PATH%
- tools\which python.exe
- python -V
- python -m pip install virtualenv wheel
- python -m pip install virtualenv wheel six
# - set PATH="C:\Program Files\Java\jdk1.8.0\bin";%PATH%
- if "%BUILDER%"=="cmake" cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release -G "%CMAKE_GENERATOR%"
- if "%BUILDER%"=="make" del "C:\Program Files\Git\usr\bin\sh.exe"