Преглед изворни кода

Windows build requires eventlet for some reason (investigate later)

Ask Solem пре 8 година
родитељ
комит
0ded380a96
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 -U eventlet"
 
 build: off