ashb commented on a change in pull request #4543: [AIRFLOW-3718] Multi-layered version of the docker image URL: https://github.com/apache/airflow/pull/4543#discussion_r262132800
########## File path: .travis.yml ########## @@ -19,26 +19,30 @@ sudo: true dist: trusty language: python -python: - - "3.6" env: global: - - DOCKER_COMPOSE_VERSION=1.20.0 - - TRAVIS_CACHE=$HOME/.travis_cache/ + - DOCKER_COMPOSE_VERSION=1.23.2 matrix: - - TOX_ENV=py27-backend_mysql-env_docker - - TOX_ENV=py27-backend_sqlite-env_docker - - TOX_ENV=py27-backend_postgres-env_docker - - TOX_ENV=py35-backend_mysql-env_docker PYTHON_VERSION=3 - - TOX_ENV=py35-backend_sqlite-env_docker PYTHON_VERSION=3 - - TOX_ENV=py35-backend_postgres-env_docker PYTHON_VERSION=3 - - TOX_ENV=py27-backend_postgres-env_kubernetes KUBERNETES_VERSION=v1.9.0 - - TOX_ENV=py35-backend_postgres-env_kubernetes KUBERNETES_VERSION=v1.10.0 PYTHON_VERSION=3 - + - BACKEND=mysql ENV=docker + - BACKEND=postgres ENV=docker + - BACKEND=sqlite ENV=docker + - BACKEND=postgres ENV=kubernetes KUBERNETES_VERSION=v1.9.0 + - BACKEND=postgres ENV=kubernetes KUBERNETES_VERSION=v1.10.0 +python: + - "3.6" + - "3.5" Review comment: Do we still run the tests in docker under this? (I may answer my own question as I read the rest of the PR) ---------------------------------------------------------------- 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
