|
@@ -71,6 +71,9 @@ install:
|
|
- "python --version"
|
|
- "python --version"
|
|
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
|
- "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"
|
|
- "python setup.py develop"
|
|
|
|
|
|
build_script:
|
|
build_script:
|