aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-07-19 20:53:01 +0200
committerGuido Günther <agx@sigxcpu.org>2018-07-19 20:53:01 +0200
commit80c6307ad10f6f2b56c395fe5b4206635ba796d7 (patch)
tree811acc595f2439caf14f3875acadc3a1c4378a83
parent3e2b6c738d06a6f491904b2894ce2ecd98a8ec92 (diff)
travis: Drop python3.4HEADmaster
No longr supported by ansible 2.6
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0b7a203..4cfd894 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- - "3.4"
- "3.5"
- "3.6"
install: "pip install -r dev-requirements.txt"