diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index a21dfd3..d84cf85 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -10,18 +10,38 @@ jobs: strategy: maxParallel: 8 matrix: - linux_python3.6.____cpython: - CONFIG: linux_python3.6.____cpython + linux_numpy1.14python3.6.____cpython: + CONFIG: linux_numpy1.14python3.6.____cpython UPLOAD_PACKAGES: True DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.7.____cpython: - CONFIG: linux_python3.7.____cpython + linux_numpy1.14python3.7.____cpython: + CONFIG: linux_numpy1.14python3.7.____cpython UPLOAD_PACKAGES: True DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.8.____cpython: - CONFIG: linux_python3.8.____cpython + linux_numpy1.14python3.8.____cpython: + CONFIG: linux_numpy1.14python3.8.____cpython UPLOAD_PACKAGES: True DOCKER_IMAGE: condaforge/linux-anvil-comp7 + linux_numpy1.18python3.6.____73_pypy: + CONFIG: linux_numpy1.18python3.6.____73_pypy + UPLOAD_PACKAGES: True + DOCKER_IMAGE: condaforge/linux-anvil-comp7 + linux_ppc64le_numpy1.16python3.6.____cpython: + CONFIG: linux_ppc64le_numpy1.16python3.6.____cpython + UPLOAD_PACKAGES: True + DOCKER_IMAGE: condaforge/linux-anvil-ppc64le + linux_ppc64le_numpy1.16python3.7.____cpython: + CONFIG: linux_ppc64le_numpy1.16python3.7.____cpython + UPLOAD_PACKAGES: True + DOCKER_IMAGE: condaforge/linux-anvil-ppc64le + linux_ppc64le_numpy1.16python3.8.____cpython: + CONFIG: linux_ppc64le_numpy1.16python3.8.____cpython + UPLOAD_PACKAGES: True + DOCKER_IMAGE: condaforge/linux-anvil-ppc64le + linux_ppc64le_numpy1.18python3.6.____73_pypy: + CONFIG: linux_ppc64le_numpy1.18python3.6.____73_pypy + UPLOAD_PACKAGES: True + DOCKER_IMAGE: condaforge/linux-anvil-ppc64le steps: # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 67f3078..496ac07 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -10,14 +10,17 @@ jobs: strategy: maxParallel: 8 matrix: - osx_python3.6.____cpython: - CONFIG: osx_python3.6.____cpython + osx_numpy1.14python3.6.____cpython: + CONFIG: osx_numpy1.14python3.6.____cpython UPLOAD_PACKAGES: True - osx_python3.7.____cpython: - CONFIG: osx_python3.7.____cpython + osx_numpy1.14python3.7.____cpython: + CONFIG: osx_numpy1.14python3.7.____cpython UPLOAD_PACKAGES: True - osx_python3.8.____cpython: - CONFIG: osx_python3.8.____cpython + osx_numpy1.14python3.8.____cpython: + CONFIG: osx_numpy1.14python3.8.____cpython + UPLOAD_PACKAGES: True + osx_numpy1.18python3.6.____73_pypy: + CONFIG: osx_numpy1.18python3.6.____73_pypy UPLOAD_PACKAGES: True steps: @@ -48,7 +51,7 @@ jobs: source activate base echo "Configuring conda." - setup_conda_rc ./ ./recipe ./.ci_support/${CONFIG}.yaml + setup_conda_rc ./ "./recipe" ./.ci_support/${CONFIG}.yaml export CI=azure source run_conda_forge_build_setup conda update --yes --quiet --override-channels -c conda-forge -c defaults --all @@ -59,23 +62,23 @@ jobs: - script: | source activate base - mangle_compiler ./ ./recipe ./.ci_support/${CONFIG}.yaml + mangle_compiler ./ "./recipe" ./.ci_support/${CONFIG}.yaml displayName: Mangle compiler - script: | source activate base - make_build_number ./ ./recipe ./.ci_support/${CONFIG}.yaml + make_build_number ./ "./recipe" ./.ci_support/${CONFIG}.yaml displayName: Generate build number clobber file - script: | source activate base - conda build ./recipe -m ./.ci_support/${CONFIG}.yaml --clobber-file ./.ci_support/clobber_${CONFIG}.yaml + conda build "./recipe" -m ./.ci_support/${CONFIG}.yaml --clobber-file ./.ci_support/clobber_${CONFIG}.yaml displayName: Build recipe - script: | source activate base export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME - upload_package ./ ./recipe ./.ci_support/${CONFIG}.yaml + upload_package ./ "./recipe" ./.ci_support/${CONFIG}.yaml displayName: Upload package env: BINSTAR_TOKEN: $(BINSTAR_TOKEN) diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index d278482..c6bed0d 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -10,16 +10,16 @@ jobs: strategy: maxParallel: 4 matrix: - win_c_compilervs2015cxx_compilervs2015python3.6.____cpython: - CONFIG: win_c_compilervs2015cxx_compilervs2015python3.6.____cpython + win_python3.6.____cpython: + CONFIG: win_python3.6.____cpython CONDA_BLD_PATH: D:\\bld\\ UPLOAD_PACKAGES: True - win_c_compilervs2015cxx_compilervs2015python3.7.____cpython: - CONFIG: win_c_compilervs2015cxx_compilervs2015python3.7.____cpython + win_python3.7.____cpython: + CONFIG: win_python3.7.____cpython CONDA_BLD_PATH: D:\\bld\\ UPLOAD_PACKAGES: True - win_c_compilervs2015cxx_compilervs2015python3.8.____cpython: - CONFIG: win_c_compilervs2015cxx_compilervs2015python3.8.____cpython + win_python3.8.____cpython: + CONFIG: win_python3.8.____cpython CONDA_BLD_PATH: D:\\bld\\ UPLOAD_PACKAGES: True steps: @@ -72,11 +72,12 @@ jobs: - script: set PYTHONUNBUFFERED=1 # Configure the VM - - script: setup_conda_rc .\ .\recipe .\.ci_support\%CONFIG%.yaml + - script: setup_conda_rc .\ ".\recipe" .\.ci_support\%CONFIG%.yaml # Configure the VM. - script: | set "CI=azure" + call activate base run_conda_forge_build_setup displayName: conda-forge build setup @@ -88,7 +89,8 @@ jobs: # Special cased version setting some more things! - script: | - conda.exe build recipe -m .ci_support\%CONFIG%.yaml + call activate base + conda.exe build "recipe" -m .ci_support\%CONFIG%.yaml displayName: Build recipe (vs2008) env: VS90COMNTOOLS: "C:\\Program Files (x86)\\Common Files\\Microsoft\\Visual C++ for Python\\9.0\\VC\\bin" @@ -96,7 +98,8 @@ jobs: condition: contains(variables['CONFIG'], 'vs2008') - script: | - conda.exe build recipe -m .ci_support\%CONFIG%.yaml + call activate base + conda.exe build "recipe" -m .ci_support\%CONFIG%.yaml displayName: Build recipe env: PYTHONUNBUFFERED: 1 @@ -104,7 +107,8 @@ jobs: - script: | set "GIT_BRANCH=%BUILD_SOURCEBRANCHNAME%" - upload_package .\ .\recipe .ci_support\%CONFIG%.yaml + call activate base + upload_package .\ ".\recipe" .ci_support\%CONFIG%.yaml displayName: Upload package env: BINSTAR_TOKEN: $(BINSTAR_TOKEN) diff --git a/.ci_support/linux_aarch64_python3.6.____cpython.yaml b/.ci_support/linux_aarch64_python3.6.____cpython.yaml index 4d9e242..1417732 100644 --- a/.ci_support/linux_aarch64_python3.6.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.6.____cpython.yaml @@ -26,3 +26,6 @@ pin_run_as_build: max_pin: x.x python: - 3.6.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_aarch64_python3.7.____cpython.yaml b/.ci_support/linux_aarch64_python3.7.____cpython.yaml index 0d9d72d..b5d143f 100644 --- a/.ci_support/linux_aarch64_python3.7.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.7.____cpython.yaml @@ -26,3 +26,6 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_aarch64_python3.8.____cpython.yaml b/.ci_support/linux_aarch64_python3.8.____cpython.yaml index 1c15017..655c8ae 100644 --- a/.ci_support/linux_aarch64_python3.8.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.8.____cpython.yaml @@ -26,3 +26,6 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_python3.6.____cpython.yaml b/.ci_support/linux_numpy1.14python3.6.____cpython.yaml similarity index 91% rename from .ci_support/linux_python3.6.____cpython.yaml rename to .ci_support/linux_numpy1.14python3.6.____cpython.yaml index 21e27a8..3ef7765 100644 --- a/.ci_support/linux_python3.6.____cpython.yaml +++ b/.ci_support/linux_numpy1.14python3.6.____cpython.yaml @@ -20,3 +20,6 @@ pin_run_as_build: max_pin: x.x python: - 3.6.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_python3.7.____cpython.yaml b/.ci_support/linux_numpy1.14python3.7.____cpython.yaml similarity index 91% rename from .ci_support/linux_python3.7.____cpython.yaml rename to .ci_support/linux_numpy1.14python3.7.____cpython.yaml index 6539dd2..74bca86 100644 --- a/.ci_support/linux_python3.7.____cpython.yaml +++ b/.ci_support/linux_numpy1.14python3.7.____cpython.yaml @@ -20,3 +20,6 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_python3.8.____cpython.yaml b/.ci_support/linux_numpy1.14python3.8.____cpython.yaml similarity index 91% rename from .ci_support/linux_python3.8.____cpython.yaml rename to .ci_support/linux_numpy1.14python3.8.____cpython.yaml index f285925..235eb40 100644 --- a/.ci_support/linux_python3.8.____cpython.yaml +++ b/.ci_support/linux_numpy1.14python3.8.____cpython.yaml @@ -20,3 +20,6 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_numpy1.18python3.6.____73_pypy.yaml b/.ci_support/linux_numpy1.18python3.6.____73_pypy.yaml new file mode 100644 index 0000000..02dbd1d --- /dev/null +++ b/.ci_support/linux_numpy1.18python3.6.____73_pypy.yaml @@ -0,0 +1,25 @@ +c_compiler: +- gcc +c_compiler_version: +- '7' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '7' +docker_image: +- condaforge/linux-anvil-comp7 +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_73_pypy +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_ppc64le_python3.6.____cpython.yaml b/.ci_support/linux_ppc64le_numpy1.16python3.6.____cpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_python3.6.____cpython.yaml rename to .ci_support/linux_ppc64le_numpy1.16python3.6.____cpython.yaml index ab51cc4..7b0387d 100644 --- a/.ci_support/linux_ppc64le_python3.6.____cpython.yaml +++ b/.ci_support/linux_ppc64le_numpy1.16python3.6.____cpython.yaml @@ -20,3 +20,6 @@ pin_run_as_build: max_pin: x.x python: - 3.6.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_ppc64le_python3.7.____cpython.yaml b/.ci_support/linux_ppc64le_numpy1.16python3.7.____cpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_python3.7.____cpython.yaml rename to .ci_support/linux_ppc64le_numpy1.16python3.7.____cpython.yaml index e7de4cf..3dada2e 100644 --- a/.ci_support/linux_ppc64le_python3.7.____cpython.yaml +++ b/.ci_support/linux_ppc64le_numpy1.16python3.7.____cpython.yaml @@ -20,3 +20,6 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_ppc64le_python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_numpy1.16python3.8.____cpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_python3.8.____cpython.yaml rename to .ci_support/linux_ppc64le_numpy1.16python3.8.____cpython.yaml index ec4d04d..bd67ff3 100644 --- a/.ci_support/linux_ppc64le_python3.8.____cpython.yaml +++ b/.ci_support/linux_ppc64le_numpy1.16python3.8.____cpython.yaml @@ -20,3 +20,6 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_ppc64le_numpy1.18python3.6.____73_pypy.yaml b/.ci_support/linux_ppc64le_numpy1.18python3.6.____73_pypy.yaml new file mode 100644 index 0000000..fc6f027 --- /dev/null +++ b/.ci_support/linux_ppc64le_numpy1.18python3.6.____73_pypy.yaml @@ -0,0 +1,25 @@ +c_compiler: +- gcc +c_compiler_version: +- '8' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '8' +docker_image: +- condaforge/linux-anvil-ppc64le +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_73_pypy +zip_keys: +- - numpy + - python diff --git a/.ci_support/migrations/pypy.yaml b/.ci_support/migrations/pypy.yaml new file mode 100644 index 0000000..0220cc3 --- /dev/null +++ b/.ci_support/migrations/pypy.yaml @@ -0,0 +1,14 @@ +migrator_ts: 1580746218 # The timestamp of when the migration was made +__migrator: + kind: + version + migration_number: # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration + 1 + bump_number: 1 # Hashes changed for cpython, so it's better to bump build numbers. + +python: + - 2.7.* *_cpython # [not (aarch64 or ppc64le)] + - 3.6.* *_cpython + - 3.7.* *_cpython + - 3.8.* *_cpython + - 3.6.* *_73_pypy # [not win64] diff --git a/.ci_support/osx_python3.6.____cpython.yaml b/.ci_support/osx_numpy1.14python3.6.____cpython.yaml similarity index 92% rename from .ci_support/osx_python3.6.____cpython.yaml rename to .ci_support/osx_numpy1.14python3.6.____cpython.yaml index 72e6e6e..cf5b65f 100644 --- a/.ci_support/osx_python3.6.____cpython.yaml +++ b/.ci_support/osx_numpy1.14python3.6.____cpython.yaml @@ -24,3 +24,6 @@ pin_run_as_build: max_pin: x.x python: - 3.6.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/osx_python3.7.____cpython.yaml b/.ci_support/osx_numpy1.14python3.7.____cpython.yaml similarity index 92% rename from .ci_support/osx_python3.7.____cpython.yaml rename to .ci_support/osx_numpy1.14python3.7.____cpython.yaml index 2f7b2c3..f18fef2 100644 --- a/.ci_support/osx_python3.7.____cpython.yaml +++ b/.ci_support/osx_numpy1.14python3.7.____cpython.yaml @@ -24,3 +24,6 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/osx_python3.8.____cpython.yaml b/.ci_support/osx_numpy1.14python3.8.____cpython.yaml similarity index 92% rename from .ci_support/osx_python3.8.____cpython.yaml rename to .ci_support/osx_numpy1.14python3.8.____cpython.yaml index 886e221..de150a8 100644 --- a/.ci_support/osx_python3.8.____cpython.yaml +++ b/.ci_support/osx_numpy1.14python3.8.____cpython.yaml @@ -24,3 +24,6 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/osx_numpy1.18python3.6.____73_pypy.yaml b/.ci_support/osx_numpy1.18python3.6.____73_pypy.yaml new file mode 100644 index 0000000..551a7b9 --- /dev/null +++ b/.ci_support/osx_numpy1.18python3.6.____73_pypy.yaml @@ -0,0 +1,29 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +c_compiler: +- clang +c_compiler_version: +- '9' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '9' +macos_machine: +- x86_64-apple-darwin13.4.0 +macos_min_version: +- '10.9' +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_73_pypy +zip_keys: +- - numpy + - python diff --git a/.ci_support/win_c_compilervs2015cxx_compilervs2015python3.6.____cpython.yaml b/.ci_support/win_python3.6.____cpython.yaml similarity index 77% rename from .ci_support/win_c_compilervs2015cxx_compilervs2015python3.6.____cpython.yaml rename to .ci_support/win_python3.6.____cpython.yaml index cd76633..c7e7ec9 100644 --- a/.ci_support/win_c_compilervs2015cxx_compilervs2015python3.6.____cpython.yaml +++ b/.ci_support/win_python3.6.____cpython.yaml @@ -1,11 +1,11 @@ c_compiler: -- vs2015 +- vs2017 channel_sources: - conda-forge,defaults channel_targets: - conda-forge main cxx_compiler: -- vs2015 +- vs2017 numpy: - '1.14' pin_run_as_build: @@ -15,6 +15,5 @@ pin_run_as_build: python: - 3.6.* *_cpython zip_keys: -- - python - - c_compiler - - cxx_compiler +- - numpy + - python diff --git a/.ci_support/win_c_compilervs2015cxx_compilervs2015python3.7.____cpython.yaml b/.ci_support/win_python3.7.____cpython.yaml similarity index 77% rename from .ci_support/win_c_compilervs2015cxx_compilervs2015python3.7.____cpython.yaml rename to .ci_support/win_python3.7.____cpython.yaml index 1adaf68..db706b2 100644 --- a/.ci_support/win_c_compilervs2015cxx_compilervs2015python3.7.____cpython.yaml +++ b/.ci_support/win_python3.7.____cpython.yaml @@ -1,11 +1,11 @@ c_compiler: -- vs2015 +- vs2017 channel_sources: - conda-forge,defaults channel_targets: - conda-forge main cxx_compiler: -- vs2015 +- vs2017 numpy: - '1.14' pin_run_as_build: @@ -15,6 +15,5 @@ pin_run_as_build: python: - 3.7.* *_cpython zip_keys: -- - python - - c_compiler - - cxx_compiler +- - numpy + - python diff --git a/.ci_support/win_c_compilervs2015cxx_compilervs2015python3.8.____cpython.yaml b/.ci_support/win_python3.8.____cpython.yaml similarity index 77% rename from .ci_support/win_c_compilervs2015cxx_compilervs2015python3.8.____cpython.yaml rename to .ci_support/win_python3.8.____cpython.yaml index 982d49f..4fb5381 100644 --- a/.ci_support/win_c_compilervs2015cxx_compilervs2015python3.8.____cpython.yaml +++ b/.ci_support/win_python3.8.____cpython.yaml @@ -1,11 +1,11 @@ c_compiler: -- vs2015 +- vs2017 channel_sources: - conda-forge,defaults channel_targets: - conda-forge main cxx_compiler: -- vs2015 +- vs2017 numpy: - '1.14' pin_run_as_build: @@ -15,6 +15,5 @@ pin_run_as_build: python: - 3.8.* *_cpython zip_keys: -- - python - - c_compiler - - cxx_compiler +- - numpy + - python diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3739f48..0000000 --- a/.travis.yml +++ /dev/null @@ -1,30 +0,0 @@ -# This file was generated automatically from conda-smithy. To update this configuration, -# update the conda-forge.yml and/or the recipe/meta.yaml. - -language: generic - -env: - global: - # The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml. - - secure: "suoo9AIX+/Nc0pCKrwvCQqBy0kHqA5EZzdqPj3B0HT1LJJ4uTbzkdQzN2BRgVGDpFFCORkSjY6os2ioGgqjiljxIWdM2QA8gGGsQiTYoedJKndBoTVxXaW8idaDIlOTOmQMHgUDOqCVxc4Q/5cpZefVAt3pwWcUSuERsVdwX/NP3oukdxBtRe8WLN32Nil2oN+sY85oHL8QC8RyMq0DXrWh39kRfZFuhdFDD2TmTuqHryUz4fl7TMiA0OVOa58wBjCZQeBEjYQSllsyLzj7HtpuikT7gtPlk/Crx7h2EkFAHtSSXPww9IaknBksnhr/JfmJfnurafBrTqq9U6pffJtnWK14T/15K+dhjy4pS1f09pEsILgQLf3HVzn6816yYN6XAvADe1uJNLSdtibtBI/WyV3XA7JVJQmTx/wb6cjGteC0QQFhZTYSGtRBSSyqWW95yiqNUdsMgJsmelKKR6UsQ1h4hpdTdm6MT/Qm4cGYfSzqeqCLWY6LecgpainWuD2wmiyLEbltbnMZ1+Ipb/EXqBCMF45dXox/MvDNM4hvOpm2LfZim3rnZPDpQ1749tVXxc9DVZjsTrY0NzJYdTxy5ijYr7mzXTYX/8v8TDJ4VSQUF9RfN9qYmJ7DSO8VoTNnPaSc8IR7/qNC/ky/pJHOpFVFJozY9+O1JHBa3zLQ=" - -matrix: - include: - - env: CONFIG=linux_ppc64le_python3.6.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le - os: linux - arch: ppc64le - - - env: CONFIG=linux_ppc64le_python3.7.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le - os: linux - arch: ppc64le - - - env: CONFIG=linux_ppc64le_python3.8.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le - os: linux - arch: ppc64le - -script: - - export CI=travis - - export GIT_BRANCH="$TRAVIS_BRANCH" - - - - if [[ ${PLATFORM} =~ .*linux.* ]]; then ./.scripts/run_docker_build.sh; fi \ No newline at end of file diff --git a/README.md b/README.md index 47814e6..f81da87 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ About pandas Home: http://pandas.pydata.org -Package license: BSD 3-clause +Package license: BSD-3-Clause Feedstock license: BSD 3-Clause @@ -16,13 +16,6 @@ Current build status
Travis | -- - - - | -|
Drone | @@ -64,87 +57,108 @@ Current build status | |
linux_ppc64le_python3.6.____cpython | +linux_numpy1.14python3.6.____cpython | ++ + + + | +
linux_numpy1.14python3.7.____cpython | ++ + + + | +|
linux_numpy1.14python3.8.____cpython | ++ + + + | +|
linux_numpy1.18python3.6.____73_pypy | - + | |
linux_ppc64le_python3.7.____cpython | +linux_ppc64le_numpy1.16python3.6.____cpython | - + |
linux_ppc64le_python3.8.____cpython | +linux_ppc64le_numpy1.16python3.7.____cpython | - + |
linux_python3.6.____cpython | +linux_ppc64le_numpy1.16python3.8.____cpython | - + |
linux_python3.7.____cpython | +linux_ppc64le_numpy1.18python3.6.____73_pypy | - + |
linux_python3.8.____cpython | +osx_numpy1.14python3.6.____cpython | - + |
osx_python3.6.____cpython | +osx_numpy1.14python3.7.____cpython | - + |
osx_python3.7.____cpython | +osx_numpy1.14python3.8.____cpython | - + |
osx_python3.8.____cpython | +osx_numpy1.18python3.6.____73_pypy | - + |
win_c_compilervs2015cxx_compilervs2015python3.6.____cpython | +win_python3.6.____cpython | - + |
win_c_compilervs2015cxx_compilervs2015python3.7.____cpython | +win_python3.7.____cpython | - + |
win_c_compilervs2015cxx_compilervs2015python3.8.____cpython | +win_python3.8.____cpython | - + |