diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fb393f1..0000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -matrix: - include: - - name: "Linux-Py3" - os: linux - env: - - MINICONDA=Miniconda3-latest-Linux-x86_64.sh - - PYVER="" - - name: "OsX-Py3" - os: osx - osx_image: xcode8 - env: - - MATRIX_EVAL="brew install gcc && CC=gcc-7 && CXX=g++-7" - - MINICONDA=Miniconda3-latest-MacOSX-x86_64.sh - - MACOSX_DEPLOYMENT_TARGET="10.9" - - PYVER="" - -install: - - wget https://repo.continuum.io/miniconda/$MINICONDA -O miniconda.sh; - - bash miniconda.sh -b -p $HOME/miniconda - - export PATH="$HOME/miniconda/bin:$PATH" - - hash -r - - conda config --set always_yes yes --set changeps1 no - - conda update -q conda - - conda install -c conda-forge conda-forge::conda-build - # Useful for debugging any issues with conda - - conda info -a - - gcc -v - - g++ -v - -script: - - conda build -c intel -c conda-forge --override-channels $PYVER conda-recipe