summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-01-29 10:39:40 +0000
committerSimon McVittie <smcv@collabora.com>2018-01-29 10:39:40 +0000
commitbc5efba85103c63dab7f530eba827416432e2db6 (patch)
treec40c1c593e1770f6ee0af89e7891b49a1276cab4 /.travis.yml
parent2d5ccd0cb9e580732d0abfbf8a97b1bf779d2a9e (diff)
travis-ci: Only test Python 2.7, 3.4 against system python executable
It's a bit redundant to do otherwise, and for some reason the detection of support for -Wno-duplicated-branches fails for the Python 2.7 build, causing a spurious failure. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e827ebb..902a575 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,8 +60,6 @@ install:
- test -z "$dbus_ci_system_python" || deactivate
- test -z "$dbus_ci_system_python" || pip install --user tap.py
python:
- - "2.7"
- - "3.4"
- "3.5"
- "3.5-dev"
- "3.6"