Skip to content

Commit

Permalink
Add verbose to flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
damklis committed Aug 4, 2020
1 parent 798294c commit 82272ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ services:
before_script: pip install docker-compose flake8

script:
- docker-compose run airflow sh -c "python -m pytest -v --show-capture=no" && python -m flake8
- docker-compose run airflow sh -c "python -m pytest -v --show-capture=no" && python -m flake8 -v

0 comments on commit 82272ad

Please sign in to comment.