Missing wheels support

This commit is contained in:
Alessandro Molina 2018-04-09 22:58:14 +02:00
parent 58cd03e3f3
commit c1f4cbe1c0
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ test_script:
after_test: after_test:
# If tests are successful, create binary packages for the project. # If tests are successful, create binary packages for the project.
- "pip install wheel"
- "python setup.py bdist_wheel" - "python setup.py bdist_wheel"
- ps: "ls dist" - ps: "ls dist"