kaxil commented on a change in pull request #6516: [AIRFLOW-5704] Improve Kind
Kubernetes scripts for local testing
URL: https://github.com/apache/airflow/pull/6516#discussion_r365488276
##########
File path: scripts/ci/in_container/entrypoint_ci.sh
##########
@@ -37,15 +37,16 @@ TRAVIS=${TRAVIS:=}
AIRFLOW_SOURCES=$(cd "${MY_DIR}/../../.." || exit 1; pwd)
-PYTHON_VERSION=${PYTHON_VERSION:=3.6}
-ENV=${ENV:=docker}
+PYTHON_VERSION=${PYTHON_VERSION:=3.5}
Review comment:
```suggestion
PYTHON_VERSION=${PYTHON_VERSION:=3.6}
```
----------------------------------------------------------------
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