From 726731fbf694504d259615037ede4309551f00c7 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Wed, 15 Aug 2018 16:53:31 +0200 Subject: Update python requirements to 3.6 This is needed as we use functions from the stdlib mock module that were only added in 3.6. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 55a0f114..e2014b8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ sudo: True dist: xenial python: - - "3.5" - "3.6" - "3.7" @@ -76,10 +75,10 @@ install: - pip install urwidtrees - pip install configobj - pip install gpg - - pip install twisted + - pip install twisted - pip install python-magic - - | + - | set -e if [[ $JOB = docs ]]; then # install sphinx (only used to build docs) -- cgit v1.2.3