diff --git a/.travis.yml b/.travis.yml index ef9c76619..3c2e4287c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,14 @@ sudo: false language: cpp -matrix: - include: - - os: linux - env: CONDA_PY=3.6 +os: linux + +env: + matrix: + - CONDA_PY=3.5 + - CONDA_PY=3.6 + - CONDA_PY=3.7 + dist: trusty diff --git a/python/conda-recepie/bld.bat b/python/conda-recepie/bld.bat deleted file mode 100644 index 602113031..000000000 --- a/python/conda-recepie/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ -"%PYTHON%" setup.py install -if errorlevel 1 exit 1 \ No newline at end of file diff --git a/python/conda-recepie/conda_build_config.yaml b/python/conda-recepie/conda_build_config.yaml deleted file mode 100644 index c3ae13fbe..000000000 --- a/python/conda-recepie/conda_build_config.yaml +++ /dev/null @@ -1,4 +0,0 @@ -python: - - 3.5 - - 3.6 - - 3.7 diff --git a/python/conda-recepie/conda_env.txt b/python/conda-recepie/conda_env.txt deleted file mode 100644 index dc0caac26..000000000 --- a/python/conda-recepie/conda_env.txt +++ /dev/null @@ -1,4 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: osx-64 -