File tree 1 file changed +1
-16
lines changed 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 2
2
global :
3
3
- REPO_DIR=pandas
4
4
# on release change this to a version
5
- - BUILD_COMMIT=v0.25.3
5
+ - BUILD_COMMIT=v1.0.0rc0
6
6
- PLAT=x86_64
7
7
- UNICODE_WIDTH=32
8
8
- MB_PYTHON_OSX_VER=10.9
@@ -40,9 +40,6 @@ matrix:
40
40
- NP_BUILD_DEP="numpy==1.17.3"
41
41
- NP_TEST_DEP="numpy==1.17.3"
42
42
43
- - os : linux
44
- env :
45
- - MB_PYTHON_VERSION=3.5
46
43
- os : linux
47
44
env :
48
45
- MB_PYTHON_VERSION=3.6
@@ -51,22 +48,10 @@ matrix:
51
48
- MB_PYTHON_VERSION=3.7
52
49
- NP_BUILD_DEP="numpy==1.14.5"
53
50
- NP_TEST_DEP="numpy==1.14.5"
54
- - os : linux
55
- env :
56
- - MB_PYTHON_VERSION=3.5
57
- - PLAT=i686
58
51
- os : linux
59
52
env :
60
53
- MB_PYTHON_VERSION=3.6
61
54
- 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"
70
55
- os : osx
71
56
language : generic
72
57
env :
You can’t perform that action at this time.
0 commit comments