summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Albrecht <a.albrecht@Mac-PU08.prounix.local>2019-10-20 18:01:32 +0200
committerAndreas Albrecht <a.albrecht@Mac-PU08.prounix.local>2019-10-20 18:01:32 +0200
commit434e0b3e90431f92b90332dcf2ed8cb06659d5a8 (patch)
treecf1e4b7a1a8d8f460225b05355e4c35d9aba4c4d
parentb8b65c52db6e4ffda18dbce3d4752696b99149a0 (diff)
downloadsqlparse-434e0b3e90431f92b90332dcf2ed8cb06659d5a8.tar.gz
CI: Try to run codechecks.
-rw-r--r--.travis.yml6
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