From 2cb950533c1c00e3a848c829443a7369caf93f93 Mon Sep 17 00:00:00 2001 From: Wolfgang Kerzendorf Date: Thu, 26 Jul 2018 15:05:50 +0200 Subject: [PATCH] Revert "add the cython compile example" This reverts commit e7310e6ffb89de5598d3272a3702a23617394d2b. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9c5937a519..d1b76a85608 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,13 +48,7 @@ matrix: # - SETUP_CMD='test --args="--tardis-refdata=$HOME/tardis-refdata/"' # - TEST_MODE='spectrum' # - MINICONDA_URL='http://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh' -# The OSX version does work if one builds cython on its own with a special CFLAGS -# - git clone https://github.com/cython/cython -# - cd cython -# - git checkout c485b1b77264c3c75d090a3c526de24966830d42 -# - CFLAGS="$CFLAGS -D CYTHON_CLINE_IN_TRACEBACK=0" python setup.py install -# - cd .. - python: 2.7 env: SETUP_CMD='test'