Skip to content

Commit

Permalink
RLS v1.2.0rc0 (MacPython#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored Dec 8, 2020
1 parent 39fa1c8 commit 00fea86
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 36 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ env:
global:
- REPO_DIR=pandas
# on release change this to a version
- BUILD_COMMIT="v1.1.5"
- BUILD_COMMIT="v1.2.0rc0"
- UNICODE_WIDTH=32
- PLAT=aarch64
- NP_BUILD_DEP="numpy==1.13.3"
- NP_TEST_DEP="numpy==1.13.3"
- CYTHON_BUILD_DEP="cython==0.29.16"
- NP_BUILD_DEP="numpy==1.16.5"
- NP_TEST_DEP="numpy==1.16.5"
- CYTHON_BUILD_DEP="cython==0.29.21"
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
- TEST_DEPENDS="pytest pytest-xdist hypothesis"
- TEST_DIR="tmp_for_test"
Expand All @@ -22,16 +22,11 @@ env:

jobs:
include:
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP="numpy==1.13.3"
- NP_TEST_DEP="numpy==1.13.3"
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP="numpy==1.14.5"
- NP_TEST_DEP="numpy==1.14.5"
- NP_BUILD_DEP="numpy==1.16.5"
- NP_TEST_DEP="numpy==1.16.5"
- os: linux
env:
- MB_PYTHON_VERSION=3.8
Expand Down
26 changes: 5 additions & 21 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,15 @@ jobs:
name: windows
vmImage: vs2017-win2016
matrix:
py_3.6_32:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.15.4"
py_3.6_64:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.15.4"
py_3.7_32:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.15.4"
NP_BUILD_DEP: "1.16.5"
NIGHTLY_BUILD: "true"
py_3.7_64:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.15.4"
NP_BUILD_DEP: "1.16.5"
NIGHTLY_BUILD: "true"
py_3.8_32:
PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -63,19 +55,14 @@ jobs:
name: linux
vmImage: ubuntu-16.04
matrix:
py_3.6_32:
MB_PYTHON_VERSION: "3.6"
PLAT: "i686"
py_3.6_64:
MB_PYTHON_VERSION: "3.6"
py_3.7_32:
MB_PYTHON_VERSION: "3.7"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.15.4"
NP_BUILD_DEP: "numpy==1.16.5"
NIGHTLY_BUILD: "true"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.15.4"
NP_BUILD_DEP: "numpy==1.16.5"
NIGHTLY_BUILD: "true"
py_3.8_32:
MB_PYTHON_VERSION: "3.8"
Expand All @@ -102,12 +89,9 @@ jobs:
name: macOS
vmImage: macOS-10.14
matrix:
py_3.6_64:
MB_PYTHON_VERSION: "3.6"
NP_BUILD_DEP: "numpy==1.15.4"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.15.4"
NP_BUILD_DEP: "numpy==1.16.5"
NIGHTLY_BUILD: "true"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
Expand Down
4 changes: 2 additions & 2 deletions azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
vmImage: ${{ parameters.vmImage }}
variables:
REPO_DIR: "pandas"
BUILD_COMMIT: "v1.1.5"
BUILD_COMMIT: "v1.2.0rc0"
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.15.4"
NP_BUILD_DEP: "numpy==1.16.5"
CYTHON_BUILD_DEP: "cython==0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down
4 changes: 2 additions & 2 deletions azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
pool:
vmImage: ${{ parameters.vmImage }}
variables:
BUILD_COMMIT: "v1.1.5"
NP_BUILD_DEP: "1.15.4"
BUILD_COMMIT: "v1.2.0rc0"
NP_BUILD_DEP: "1.16.5"
CYTHON_BUILD_DEP: "0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down

0 comments on commit 00fea86

Please sign in to comment.