remove dist build after windows tests.
This commit is contained in:
12
appveyor.yml
12
appveyor.yml
@ -69,12 +69,12 @@ test_script:
|
|||||||
# Run the project tests
|
# Run the project tests
|
||||||
- "%CMD_IN_ENV% pytest --capture=no --cov=bonobo --cov-report html"
|
- "%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.
|
# 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_wheel"
|
||||||
- "%CMD_IN_ENV% python setup.py bdist_wininst"
|
# - "%CMD_IN_ENV% python setup.py bdist_wininst"
|
||||||
- "%CMD_IN_ENV% python setup.py bdist_msi"
|
# - "%CMD_IN_ENV% python setup.py bdist_msi"
|
||||||
- ps: "ls dist"
|
# - ps: "ls dist"
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
# Archive the generated packages in the ci.appveyor.com build report.
|
# Archive the generated packages in the ci.appveyor.com build report.
|
||||||
|
|||||||
Reference in New Issue
Block a user