summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2019-01-07 10:56:08 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2019-01-07 10:56:08 +0100
commita88f832d4ecd73693e8a5528af0929a5cd7ba3ac (patch)
tree7d199090db48c873d0df41c0fbd65f79fdde5937
parent3b6096f0409305e7cdcebec845400f007d924b7c (diff)
downloadsqlparse-a88f832d4ecd73693e8a5528af0929a5cd7ba3ac.tar.gz
Enable Python 3.7 builder.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b46c71..e902b9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- # - "3.7" # see https://github.com/travis-ci/travis-ci/issues/9815
+ - "3.7"
- "nightly"
- "pypy"
- "pypy3"