- 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
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: