Skip to content

Commit 434e0b3

Browse files
Andreas AlbrechtAndreas Albrecht
authored andcommitted
CI: Try to run codechecks.
1 parent b8b65c5 commit 434e0b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ matrix:
1414
- python: 3.7
1515
dist: xenial
1616
sudo: true
17+
- stage: codecheck
18+
python: 3.7
19+
install:
20+
- pip install flake8
21+
script:
22+
- flake8 sqlparse
1723

1824
install:
1925
- pip install -Uq pytest pytest-cov codecov

0 commit comments

Comments
 (0)