ソースを参照

Install setuptools/wheel for bdist_wheel.

Jelmer Vernooij 8 年 前
コミット
1f0a752a8e
1 ファイル変更3 行追加0 行削除
  1. 3 0
      appveyor.yml

+ 3 - 0
appveyor.yml

@@ -71,6 +71,9 @@ install:
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
 
+  # Install setuptools/wheel so that we can e.g. use bdist_wheel
+  - "pip install setuptools wheel"
+
   - "python setup.py develop"
 
 build_script: