diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2020-01-08 22:55:12 +0200 |
|---|---|---|
| committer | Hugo <hugovk@users.noreply.github.com> | 2020-01-08 22:55:12 +0200 |
| commit | 303753f8c6bde650f5b249b07099ea1406383bc3 (patch) | |
| tree | 684ec1ace92d209b6b1e3d554a6a665bf9e47e3f | |
| parent | 8181f98e0c0055b047585ebe5f054332d454a7e4 (diff) | |
| download | python-decorator-git-303753f8c6bde650f5b249b07099ea1406383bc3.tar.gz | |
Test Python 3.8 and simplify matrix as Xenial is the default
| -rw-r--r-- | .travis.yml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index ee594f0..d5e58cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,12 @@ language: python -matrix: - include: - - python: 2.7 - - python: 3.4 - - python: 3.5 - - python: 3.6 - - python: 3.7 - dist: xenial +python: + - 2.7 + - 3.4 + - 3.5 + - 3.6 + - 3.7 + - 3.8 install: - python setup.py install |
