diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2018-07-30 12:40:52 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2018-07-30 12:40:52 +0200 |
| commit | 1281de9bf9761f1e26c4f6ac4c1bd8e9143b0ac9 (patch) | |
| tree | 8c602505ef198c41f6f14ac6ba39e936104f0610 | |
| parent | e989b1805b58ae070606afc6353a0caba425f6b3 (diff) | |
| download | sqlparse-1281de9bf9761f1e26c4f6ac4c1bd8e9143b0ac9.tar.gz | |
Remove allow_failures
| -rw-r--r-- | .travis.yml | 8 |
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 |
