summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2018-07-30 12:40:52 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2018-07-30 12:40:52 +0200
commit1281de9bf9761f1e26c4f6ac4c1bd8e9143b0ac9 (patch)
tree8c602505ef198c41f6f14ac6ba39e936104f0610
parente989b1805b58ae070606afc6353a0caba425f6b3 (diff)
downloadsqlparse-1281de9bf9761f1e26c4f6ac4c1bd8e9143b0ac9.tar.gz
Remove allow_failures
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index e771443..93c5778 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,17 +4,11 @@ python:
- "3.4"
- "3.5"
- "3.6"
- - "3.7"
+ # - "3.7" # see https://github.com/travis-ci/travis-ci/issues/9815
- "nightly"
- "pypy"
- "pypy3"
-matrix:
- fast_finish: true
- allow_failures:
- # see https://github.com/travis-ci/travis-ci/issues/9815
- - python: 3.7
-
install:
- pip install pytest pytest-cov codecov