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_r268554355
########## File path: setup.py ########## @@ -153,6 +166,7 @@ def write_version(filename=os.path.join(*['airflow', ] # major update coming soon, clamp to 0.x cloudant = ['cloudant>=0.5.9,<2.0'] +codecov = ['codecov'] Review comment: Why not just put codecov in devel_ci/devel_all list. I don't think we need an extra group just for codecov as it's not something that a user would want at runtime. ---------------------------------------------------------------- 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
