.travis.yml: test double precision mode on all platforms
authorPaul Brossier <piem@piem.org>
Sat, 30 Apr 2016 01:44:26 +0000 (03:44 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 30 Apr 2016 01:44:26 +0000 (03:44 +0200)
.travis.yml

index 5b2c2ef..57ab527 100644 (file)
@@ -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: