summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2019-10-24 17:50:08 +1100
committerDaniel Axtens <dja@axtens.net>2019-10-29 15:31:51 +1100
commit29321eddf4cdb172def63d109ba23a42ba069043 (patch)
tree5830b9fdfc21037df20e0cb21a67868a6baaf61b /.travis.yml
parent681609f9511c13b2d7013b72d5067eeb2fa8669c (diff)
downloadpatchwork-29321eddf4cdb172def63d109ba23a42ba069043.tar
patchwork-29321eddf4cdb172def63d109ba23a42ba069043.tar.gz
travis: Test Python 3.8
An embarassing miss when applying the previous patch. Fixes: 681609f9511c ("Python 3.8 support") Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cc32684..ad9b943 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ python:
- 3.5
- 3.6
- 3.7
+ - 3.8
addons:
postgresql: 9.6