jmcarp 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_r247356566
##########
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:
Instead of copying and pasting the compose file, could we use the existing
compose file with the `--no-deps` flag?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services