Skip to content

Commit 212f504

Browse files
RLS v1.0.0rc0 (MacPython#69)
* RLS v1.0.0rc0 * remove 3.5
1 parent 961ed3d commit 212f504

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.travis.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
- REPO_DIR=pandas
44
# on release change this to a version
5-
- BUILD_COMMIT=v0.25.3
5+
- BUILD_COMMIT=v1.0.0rc0
66
- PLAT=x86_64
77
- UNICODE_WIDTH=32
88
- MB_PYTHON_OSX_VER=10.9
@@ -40,9 +40,6 @@ matrix:
4040
- NP_BUILD_DEP="numpy==1.17.3"
4141
- NP_TEST_DEP="numpy==1.17.3"
4242

43-
- os: linux
44-
env:
45-
- MB_PYTHON_VERSION=3.5
4643
- os: linux
4744
env:
4845
- MB_PYTHON_VERSION=3.6
@@ -51,22 +48,10 @@ matrix:
5148
- MB_PYTHON_VERSION=3.7
5249
- NP_BUILD_DEP="numpy==1.14.5"
5350
- NP_TEST_DEP="numpy==1.14.5"
54-
- os: linux
55-
env:
56-
- MB_PYTHON_VERSION=3.5
57-
- PLAT=i686
5851
- os: linux
5952
env:
6053
- MB_PYTHON_VERSION=3.6
6154
- PLAT=i686
62-
- os: osx
63-
language: generic
64-
env:
65-
- MB_PYTHON_VERSION=3.5
66-
- MB_PYTHON_OSX_VER=10.6 # no python.org 10.9 builds for 3.5
67-
# WAR for setup_requires TLS issue with Python 3.5 on macOS
68-
# see https://github.com/pandas-dev/pandas/issues/28954
69-
- EXTRA_BUILD_DEP="setuptools_scm"
7055
- os: osx
7156
language: generic
7257
env:

0 commit comments

Comments
 (0)