From 4a318a46c2aa0c425a197c40997be7074eca4cf0 Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Sat, 5 Jan 2019 10:40:02 -0800 Subject: [PATCH] Only test install on scheduled builds. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index b4c4b01..d0c8cb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,7 @@ matrix: python: 2.7 env: - TO_TEST=INSTALL + if: type = cron - os: linux language: python dist: xenial @@ -70,16 +71,19 @@ matrix: python: 3.7 env: - TO_TEST=INSTALL + if: type = cron - os: osx language: generic python: 2.7 env: - TO_TEST=INSTALL + if: type = cron - os: osx language: generic python: ">=3.6" env: - TO_TEST=INSTALL + if: type = cron allow_failures: - python: 3.3