Explorar o código

Install setuptools/wheel for bdist_wheel.

Jelmer Vernooij %!s(int64=8) %!d(string=hai) anos
pai
achega
1f0a752a8e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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: