From 6e4239c4c3b106b436673e4f9cca43448f6f1af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Sun, 14 Oct 2018 23:55:49 +0200 Subject: Run tests on travis against an up-to-date nightly Running "nightly" on trusty (the current default on travis) is not nightly any more, but 3.7.0a4+. See https://docs.travis-ci.com/user/languages/python/#development-releases-support --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 79e314b8..3c2daf24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,15 @@ python: - "3.4" - "3.5" - "3.6" - - "nightly" # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) matrix: include: - python: 3.7 dist: xenial sudo: required + - python: "nightly" + dist: xenial + sudo: required allow_failures: - python: "nightly" git: -- cgit v1.2.3