summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2021-09-10 09:41:27 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2021-09-10 09:41:27 +0200
commitc7dfe286c25945000275cf9cda9721b8b181b3d7 (patch)
tree1ff5c91bfc6a145d69f4400b83cd17e031011b14
parent8538af5a706d128fd8bfb6fd4ff5c034e8334ea4 (diff)
downloadsqlparse-c7dfe286c25945000275cf9cda9721b8b181b3d7.tar.gz
CI: Remove Travis configuration.
-rw-r--r--.travis.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index b9774a2..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-language: python
-python:
- - "3.5"
- - "3.6"
- - "3.7"
- - "3.8"
- - "3.9-dev"
- - "nightly"
- - "pypy3"
-
-matrix:
- include:
- - stage: codecheck
- python: 3.8
- install:
- - pip install flake8
- script:
- - flake8 sqlparse
- after_success: skip
-
-install:
- - pip install -Uq pytest pytest-cov codecov
- - pytest --version
-
-script:
- - pytest --cov=sqlparse
-
-after_success:
- - codecov