summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2019-07-10 15:12:01 +0300
committerMarius Gedminas <marius@gedmin.as>2019-07-10 15:12:01 +0300
commitaa750549a079358c5e489b91238e9db54121eb7b (patch)
treef79225ec460b38224c01645a1c0707d33e4ba1ec /.travis.yml
parent8b62b3b3592c3133b30e08d48e057cf248e20448 (diff)
downloadzope-i18n-aa750549a079358c5e489b91238e9db54121eb7b.tar.gz
Drop Python 3.4 support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index b2ff47d..7dccb10 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,12 @@
language: python
-sudo: false
+dist: xenial
python:
- 2.7
- - 3.4
- 3.5
- 3.6
+ - 3.7
- pypy
- pypy3
-matrix:
- include:
- - python: "3.7"
- dist: xenial
- sudo: true
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls