summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2018-08-15 16:53:31 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2019-08-15 15:41:16 +0100
commit726731fbf694504d259615037ede4309551f00c7 (patch)
tree3ae2857d1c1c41e6aba9566559993b2094095fbd /.travis.yml
parent9c32f8a28c0e555537ee0c8236e099a6990dacbc (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
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)