diff options
| author | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2019-10-20 18:16:22 +0200 |
|---|---|---|
| committer | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2019-10-20 18:16:22 +0200 |
| commit | c2b5f8c396fbc769e14e11ce9e65207ff1b8ac81 (patch) | |
| tree | e990af4a0273bd3e118d1b5f503da949604d2546 | |
| parent | 434e0b3e90431f92b90332dcf2ed8cb06659d5a8 (diff) | |
| download | sqlparse-c2b5f8c396fbc769e14e11ce9e65207ff1b8ac81.tar.gz | |
CI: Skip codecov after code checks.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 67c2d87..bf04864 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ matrix: - pip install flake8 script: - flake8 sqlparse + after_success: skip install: - pip install -Uq pytest pytest-cov codecov |
