ashb commented on a change in pull request #4938: [AIRFLOW-4117] Multi-staging
Image - Travis CI tests [Step 3/3]
URL: https://github.com/apache/airflow/pull/4938#discussion_r268553940
##########
File path: setup.py
##########
@@ -69,7 +71,18 @@ def finalize_options(self):
pass
def run(self):
- os.system('rm -vrf ./build ./dist ./*.pyc ./*.tgz ./*.egg-info')
+ # TODO: Review me! It might be a good idea to run tests in docker but
maybe it's not
Review comment:
I think not - if people (i.e. me!) still want to run some tests locally I
think we should allow it
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services