Re: Dockerised CI and testing environment

2018-05-21 Thread Daniel Imberman
Hi Gerardo, I left some comments on the PR. Could you please get the travis tests to pass + rebase your PR? Afterwards I'd be glad to try it out. On Mon, May 21, 2018 at 6:55 AM Gerardo Curiel wrote: > Hello folks, > > I just submitted a PR for using Docker as part of

Dockerised CI and testing environment

2018-05-21 Thread Gerardo Curiel
Hello folks, I just submitted a PR for using Docker as part of Airflow's build pipeline: https://github.com/apache/incubator-airflow/pull/3393 Currently, running unit tests is a difficult process. Airflow tests depend on many external services and other custom setup, which makes it hard for