Skip to content

Commit

Permalink
Fix fail on flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Oct 16, 2019
1 parent 777b5e1 commit f81afb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ install:
- pip install --upgrade pip setuptools
- pip install flake8 flake8-print coveralls cython
script:
- flake8
- coverage run --source=clickhouse_driver setup.py test
- flake8 && coverage run --source=clickhouse_driver setup.py test
after_success:
coveralls

Expand Down

0 comments on commit f81afb7

Please sign in to comment.