diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2018-07-30 12:34:58 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2018-07-30 12:34:58 +0200 |
| commit | e989b1805b58ae070606afc6353a0caba425f6b3 (patch) | |
| tree | 3ab6c8597495ac010dd904277b20da0782028e34 | |
| parent | 883edd8003af4f7d5edf0484584892ac221b247b (diff) | |
| download | sqlparse-e989b1805b58ae070606afc6353a0caba425f6b3.tar.gz | |
Allow Python 3.7 to fail since it's not available on Travis yet.
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 994a741..e771443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,12 @@ python: - "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 |
