summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2020-10-18 13:13:45 +0100
committerThomas Kluyver <thomas@kluyver.me.uk>2020-10-18 13:13:45 +0100
commita110f4dec4ceb04206f728e9b52e3de1178325e6 (patch)
treeca60b0a13c0144984f144368f00b2f27a5a5fe85
parentb3a4518267c93720ce384a165eb4142b9680268c (diff)
Update Python versions on Travis CI
-rw-r--r--.travis.yml5
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 .