Remove py-tests and pypi to speed up docker validation

This commit is contained in:
IamTheFij 2020-01-10 16:06:13 -08:00
parent 67c02a3e6f
commit 9aa77b3739
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ def main(ctx):
pipelines = []
# Run tests
pipelines += run_tests()
# pipelines += run_tests()
# Add pypi push pipeline
pipelines += push_to_pypi(ctx)
# pipelines += push_to_pypi(ctx)
# Add docker push pipelines
pipelines += push_to_docker(ctx)