summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-12-16 09:39:03 +0100
committerGuido Günther <agx@sigxcpu.org>2018-01-12 13:18:04 +0100
commit74ca1faae933be112d59704aea4d4aac9657bf01 (patch)
treef8f48498fc8fbafc04473ffb50a7e7ad7c41328e
parent4868442b8d724a24aaed681eda76559b0da0e0e3 (diff)
Enable Python3.4 in travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 59101856..bf95addb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ services:
- docker
python:
+ - "3.4"
- "3.5"
- "3.6"