diff options
author | Thomas Kluyver <thomas@kluyver.me.uk> | 2020-10-18 13:13:45 +0100 |
---|---|---|
committer | Thomas Kluyver <thomas@kluyver.me.uk> | 2020-10-18 13:13:45 +0100 |
commit | a110f4dec4ceb04206f728e9b52e3de1178325e6 (patch) | |
tree | ca60b0a13c0144984f144368f00b2f27a5a5fe85 | |
parent | b3a4518267c93720ce384a165eb4142b9680268c (diff) |
Update Python versions on Travis CI
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f91e6d1..ad9742e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ sudo: false dist: trusty language: python python: + - 3.8 + - 3.7 - 3.6 - - 3.5 - - 3.4 - - 3.3 - 2.7 install: pip install . |