You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/13 19:57:36 UTC

[GitHub] mik-laj commented on a change in pull request #4499: [AIRFLOW-3688] Run only airflow-testing for flake

mik-laj commented on a change in pull request #4499: [AIRFLOW-3688] Run only airflow-testing for flake
URL: https://github.com/apache/airflow/pull/4499#discussion_r247360392
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -42,7 +42,7 @@ jobs:
   include:
     - stage: flake8
       name: Flake8
-      script: docker-compose --log-level ERROR -f scripts/ci/docker-compose.yml run airflow-testing /app/scripts/ci/run-ci.sh
+      script: docker-compose --log-level ERROR -f scripts/ci/docker-compose-flake8.yml run airflow-testing /app/scripts/ci/run-ci.sh
 
 Review comment:
   I've introduced your solution. I did not know about this trick.
   Thanks for comment .

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services