From 95e033648c5a5335225f4bfedf8380d3e273f989 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 30 Apr 2016 03:44:26 +0200 Subject: [PATCH] .travis.yml: test double precision mode on all platforms --- .travis.yml | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b2c2efc..57ab5270 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,6 @@ matrix: - python: 2.7 os: linux compiler: gcc - env: ARCH=x86_64 HAVE_DOUBLE=--enable-double - - python: 2.7 - os: linux - compiler: gcc env: ARCH=i386 - python: 3.4 os: linux @@ -40,6 +36,38 @@ matrix: os: osx compiler: gcc env: ARCH=i386 + - python: 2.7 + os: linux + compiler: gcc + env: ARCH=x86_64 HAVE_DOUBLE=1 + - python: 2.7 + os: linux + compiler: gcc + env: ARCH=i386 HAVE_DOUBLE=1 + - python: 3.4 + os: linux + compiler: gcc + env: ARCH=x86_64 HAVE_DOUBLE=1 + - python: 3.4 + os: linux + compiler: gcc + env: ARCH=i386 HAVE_DOUBLE=1 + - language: C + os: osx + compiler: clang + env: ARCH=x86_64 HAVE_DOUBLE=1 + - language: C + os: osx + compiler: clang + env: ARCH=i386 HAVE_DOUBLE=1 + - language: C + os: osx + compiler: gcc + env: ARCH=x86_64 HAVE_DOUBLE=1 + - language: C + os: osx + compiler: gcc + env: ARCH=i386 HAVE_DOUBLE=1 addons: apt: -- 2.11.0