remove dist build after windows tests.

This commit is contained in:
Romain Dorgueil
2017-05-01 10:46:23 +02:00
parent 92fa1fb7e2
commit 204135e5e0

View File

@ -69,12 +69,12 @@ test_script:
# Run the project tests
- "%CMD_IN_ENV% pytest --capture=no --cov=bonobo --cov-report html"
after_test:
#after_test:
# If tests are successful, create binary packages for the project.
- "%CMD_IN_ENV% python setup.py bdist_wheel"
- "%CMD_IN_ENV% python setup.py bdist_wininst"
- "%CMD_IN_ENV% python setup.py bdist_msi"
- ps: "ls dist"
# - "%CMD_IN_ENV% python setup.py bdist_wheel"
# - "%CMD_IN_ENV% python setup.py bdist_wininst"
# - "%CMD_IN_ENV% python setup.py bdist_msi"
# - ps: "ls dist"
artifacts:
# Archive the generated packages in the ci.appveyor.com build report.