diff options
| author | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2020-01-08 16:38:18 +0100 |
|---|---|---|
| committer | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2020-01-08 16:38:18 +0100 |
| commit | 634c74ee7be07b0cb3b55b467a43ef81cc40528b (patch) | |
| tree | c37c197fb4d9e5a215ddbe2f2cc9f2514e264cc5 | |
| parent | 12525f5c836128118961b293f7a1683581f4de89 (diff) | |
| download | sqlparse-634c74ee7be07b0cb3b55b467a43ef81cc40528b.tar.gz | |
CI: Try to simplify Travis configuration.
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 6493c5a..d9eb72f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" - "3.8" - "nightly" - "pypy" @@ -12,9 +13,6 @@ python: # See https://github.com/travis-ci/travis-ci/issues/9815 matrix: include: - - python: 3.7 - dist: xenial - sudo: true - stage: codecheck python: 3.7 install: |
