summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-01-17 10:26:01 +0000
committerSimon McVittie <smcv@collabora.com>2018-01-17 10:26:01 +0000
commit3cd9349a833099837e2b9e50b1a2ba13b0e68dbc (patch)
tree45d81a786f778e251fb1715796aab21c4fc20de4 /.travis.yml
parentc943d89ce90a7ea1abc22bcd257159f23aebc9fb (diff)
Officially de-support Python 3.3 too
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fcc7bf1..c785e24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,6 @@ install:
- test -z "$dbus_ci_system_python" || pip install --user tap.py
python:
- "2.7"
- - "3.3"
- "3.4"
- "3.5"
- "3.5-dev"