From 81c3f780d4cb4978e968a1b2dba39631d98be536 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 28 Mar 2018 23:54:43 -0700 Subject: [PATCH] Travis: Should test 3.6 Linux without fitz too --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b30f5dda..12ba93bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,11 @@ matrix: language: python python: 3.5 env: EXTRAS= + - os: linux + sudo: required + language: python + python: 3.6 + env: EXTRAS= - os: linux sudo: required language: python @@ -50,7 +55,7 @@ script: deploy: # release for main pypi - # 3.6 is considered the build leader and does the deploy, otherwise there is + # 3.6 w/o fitz is considered the build leader and does the deploy, otherwise there is # a race and all versions will try to deploy # OTOH if we ever need separate binary wheels then each version needs its # own deploy @@ -62,7 +67,7 @@ deploy: on: branch: master tags: true - condition: $TRAVIS_PYTHON_VERSION == "3.6" && $TRAVIS_OS_NAME == "linux" + condition: $TRAVIS_PYTHON_VERSION == "3.6" && $TRAVIS_OS_NAME == "linux" && $EXTRAS == "" skip_upload_docs: true # test pypi