summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2018-02-26 23:40:56 +0100
committerLucas Hoffmann <l-m-h@web.de>2018-02-26 23:40:56 +0100
commit6037e5f768cdc1dead6603a87f0979aaf962e7c3 (patch)
tree17a05d16354be9d405c175c8cbb3134ec0a554ec /.travis.yml
parent8dcf3a314fb51dd7a2e0300a6fac83d49e75924c (diff)
Don't build with old python3 versions on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index bf5c053c..84c05c4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,8 +15,6 @@ python:
# We can add more version strings here when we support other python
# versions.
- "2.7"
- - "3.3"
- - "3.4"
- "3.5"
- "3.6"
@@ -34,8 +32,6 @@ env:
# python version 2.7 above.
jobs:
allow_failures:
- - python: "3.3"
- - python: "3.4"
- python: "3.5"
- python: "3.6"