diff --git a/.travis.yml b/.travis.yml index 8b8ba9d..82dff5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,14 @@ language: python python: -- 3.6 - 3.7 - 3.8 +- 3.9 cache: pip +jobs: + fast_finish: true + allow_failures: + - python: 3.8 + - python: 3.9 install: - pip install -U pip setuptools - pip install .