diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2020-10-06 15:04:58 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2020-10-06 15:05:17 +0200 |
| commit | 967d0af8ddde44c6ab7d2ff75eff7f4fdcac22f4 (patch) | |
| tree | 77b65f3ba11692b10674db3082cd52ec00e5a522 | |
| parent | 11a6b7db8b19bf1f92754a6272839c66ee630683 (diff) | |
| download | sqlparse-967d0af8ddde44c6ab7d2ff75eff7f4fdcac22f4.tar.gz | |
Add Python 3.9 to test configuration.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9f8fb77..6c83fa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,14 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" - "nightly" - "pypy3" matrix: include: - stage: codecheck - python: 3.7 + python: 3.8 install: - pip install flake8 script: |
