feluelle commented on a change in pull request #6666: [AIRFLOW-6069] Python 
host version in travis is set to 3.6 always
URL: https://github.com/apache/airflow/pull/6666#discussion_r350655874
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -42,29 +41,25 @@ jobs:
     - name: "Build documentation"
       env: >-
         PYTHON_VERSION=3.6
-      python: "3.6"
       stage: pre-test
       script: ./scripts/ci/ci_docs.sh
     - name: "Tests postgres python 3.6"
       env: >-
         BACKEND=postgres
         ENV=docker
         PYTHON_VERSION=3.6
-      python: "3.6"
       stage: test
     - name: "Tests sqlite python 3.6"
       env:
         BACKEND=sqlite
         ENV=docker
         PYTHON_VERSION=3.6
-      python: "3.6"
       stage: test
     - name: "Tests mysql python 3.7"
       env:
         BACKEND=mysql
         ENV=docker
         PYTHON_VERSION=3.7
-      python: "3.7"
 
 Review comment:
   So this is the only major difference? - that this will run on a python 3.6 
host in a python 3.7 docker env?

----------------------------------------------------------------
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

Reply via email to