summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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)