From 491829275dc6d2532b5e684946805abf41069172 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 23 May 2019 15:11:40 +0200 Subject: [PATCH] :wrench: Travis testing (fix windows/clan complex) --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 271ad0c4..9dd97aa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,10 +62,6 @@ script: else { if [ "$CC" = "clang" ]; then export CFLAGS+=" -DSSIZE_T=ssize_t -D_USE_MATH_DEFINES"; - if [ "$USE_DOUBLE" = 0 ]; - then export CFLAGS+=" -Dm_complex='struct _C_float_complex'"; - else export CFLAGS+=" -Dm_complex='struct _C_double_complex'"; - fi fi; make.exe && make.exe test; } -- 2.43.0