From ef7ef195cd403453f360b1b2c64e0df9e57a3d3b Mon Sep 17 00:00:00 2001 From: Andrea Barberio Date: Sat, 14 Oct 2017 13:15:19 +0100 Subject: [PATCH 1/2] Allowing failures for python-nightly on Travis-CI; lint --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 444eae0..238134a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: python sudo: required dist: trusty -compiler: clang - matrix: include: - os: linux @@ -26,11 +24,11 @@ matrix: - os: linux python: pypy3 - os: osx - language: generic python: python - os: osx - language: generic python: python3 + allow_failures: + - python: nightly addons: apt: From 00417ce6916524a4c5d01997a508a728b6c7c890 Mon Sep 17 00:00:00 2001 From: Andrea Barberio Date: Sat, 14 Oct 2017 13:47:28 +0100 Subject: [PATCH 2/2] Added python3.7-dev to the build matrix --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 238134a..14cd842 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ matrix: python: 3.6 - os: linux python: 3.6-dev + - os: linux + python: 3.7-dev - os: linux python: nightly - os: linux