From 3e1cac5aa9815c023783bf9f3e13c414ca4aed2a Mon Sep 17 00:00:00 2001 From: Sebastian Willenborg Date: Tue, 28 Aug 2018 22:03:52 +0200 Subject: [PATCH] Enable testing for more recent python3.7 version --- .travis.yml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c621c8..de2b1f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,21 @@ language: python - -python: - - "2.7" - - "3.6" - - "nightly" cache: pip +sudo: false + +matrix: + include: + - python: 2.7 + - python: 3.4 + - python: 3.5 + - python: 3.6 + - python: 3.7 + dist: xenial + sudo: yes + - python: nightly + dist: xenial + sudo: yes + - python: pypy + - python: pypy3 + script: - python setup.py test -- libgit2 0.21.4