diff options
| author | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2019-10-20 18:01:32 +0200 |
|---|---|---|
| committer | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2019-10-20 18:01:32 +0200 |
| commit | 434e0b3e90431f92b90332dcf2ed8cb06659d5a8 (patch) | |
| tree | cf1e4b7a1a8d8f460225b05355e4c35d9aba4c4d | |
| parent | b8b65c52db6e4ffda18dbce3d4752696b99149a0 (diff) | |
| download | sqlparse-434e0b3e90431f92b90332dcf2ed8cb06659d5a8.tar.gz | |
CI: Try to run codechecks.
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3e09159..67c2d87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,12 @@ matrix: - python: 3.7 dist: xenial sudo: true + - stage: codecheck + python: 3.7 + install: + - pip install flake8 + script: + - flake8 sqlparse install: - pip install -Uq pytest pytest-cov codecov |
