@@ -42,7 +42,6 @@ matrix:
42
42
- NOSE_ARGS="not slow and not disabled"
43
43
- FULL_DEPS=true
44
44
- CLIPBOARD_GUI=gtk2
45
- - BUILD_TYPE=conda
46
45
- DOC_BUILD=true # if rst files were changed, build docs in parallel with tests
47
46
- python : 3.4
48
47
env :
@@ -57,52 +56,37 @@ matrix:
57
56
- NOSE_ARGS="not slow and not network and not disabled"
58
57
- FULL_DEPS=true
59
58
- CLIPBOARD=xsel
60
- - BUILD_TYPE=conda
61
59
- python : 2.7
62
60
env :
63
61
- JOB_NAME : " 27_slow"
64
62
- JOB_TAG=_SLOW
65
63
- NOSE_ARGS="slow and not network and not disabled"
66
64
- FULL_DEPS=true
67
- - BUILD_TYPE=conda
68
65
- python : 3.4
69
66
env :
70
67
- JOB_NAME : " 34_slow"
71
68
- JOB_TAG=_SLOW
72
69
- NOSE_ARGS="slow and not network and not disabled"
73
70
- FULL_DEPS=true
74
71
- CLIPBOARD=xsel
75
- - BUILD_TYPE=conda
76
72
- python : 2.7
77
73
env :
78
74
- JOB_NAME : " 27_build_test_conda"
79
75
- JOB_TAG=_BUILD_TEST
80
76
- NOSE_ARGS="not slow and not disabled"
81
77
- FULL_DEPS=true
82
- - BUILD_TYPE=conda
83
- - BUILD_TEST=true
84
- - python : 2.7
85
- env :
86
- - JOB_NAME : " 27_build_test_pydata"
87
- - JOB_TAG=_BUILD_TEST
88
- - NOSE_ARGS="not slow and not disabled"
89
- - FULL_DEPS=true
90
- - BUILD_TYPE=pydata
91
78
- BUILD_TEST=true
92
79
- python : 2.7
93
80
env :
94
- - JOB_NAME : " 27_numpy_master "
95
- - JOB_TAG=_NUMPY_DEV_master
81
+ - JOB_NAME : " 27_numpy_dev "
82
+ - JOB_TAG=_NUMPY_DEV
96
83
- NOSE_ARGS="not slow and not network and not disabled"
97
- - NUMPY_BUILD=master
98
- - BUILD_TYPE=pydata
99
84
- PANDAS_TESTING_MODE="deprecate"
100
85
- python : 3.5
101
86
env :
102
87
- JOB_NAME : " 35_numpy_dev"
103
88
- JOB_TAG=_NUMPY_DEV
104
89
- NOSE_ARGS="not slow and not network and not disabled"
105
- - BUILD_TYPE=conda
106
90
- PANDAS_TESTING_MODE="deprecate"
107
91
allow_failures :
108
92
- python : 2.7
@@ -111,45 +95,31 @@ matrix:
111
95
- JOB_TAG=_SLOW
112
96
- NOSE_ARGS="slow and not network and not disabled"
113
97
- FULL_DEPS=true
114
- - BUILD_TYPE=conda
115
98
- python : 3.4
116
99
env :
117
100
- JOB_NAME : " 34_slow"
118
101
- JOB_TAG=_SLOW
119
102
- NOSE_ARGS="slow and not network and not disabled"
120
103
- FULL_DEPS=true
121
104
- CLIPBOARD=xsel
122
- - BUILD_TYPE=conda
123
105
- python : 2.7
124
106
env :
125
- - JOB_NAME : " 27_numpy_master "
126
- - JOB_TAG=_NUMPY_DEV_master
107
+ - JOB_NAME : " 27_numpy_dev "
108
+ - JOB_TAG=_NUMPY_DEV
127
109
- NOSE_ARGS="not slow and not network and not disabled"
128
- - NUMPY_BUILD=master
129
- - BUILD_TYPE=pydata
130
110
- PANDAS_TESTING_MODE="deprecate"
131
111
- python : 2.7
132
112
env :
133
113
- JOB_NAME : " 27_build_test_conda"
134
114
- JOB_TAG=_BUILD_TEST
135
115
- NOSE_ARGS="not slow and not disabled"
136
116
- FULL_DEPS=true
137
- - BUILD_TYPE=conda
138
- - BUILD_TEST=true
139
- - python : 2.7
140
- env :
141
- - JOB_NAME : " 27_build_test_pydata"
142
- - JOB_TAG=_BUILD_TEST
143
- - NOSE_ARGS="not slow and not disabled"
144
- - FULL_DEPS=true
145
- - BUILD_TYPE=pydata
146
117
- BUILD_TEST=true
147
118
- python : 3.5
148
119
env :
149
120
- JOB_NAME : " 35_numpy_dev"
150
121
- JOB_TAG=_NUMPY_DEV
151
122
- NOSE_ARGS="not slow and not network and not disabled"
152
- - BUILD_TYPE=conda
153
123
- PANDAS_TESTING_MODE="deprecate"
154
124
155
125
before_install :
@@ -162,15 +132,15 @@ before_install:
162
132
- pwd
163
133
- uname -a
164
134
- python -V
165
- - ci/before_install .sh
135
+ - ci/before_install_travis .sh
166
136
# Xvfb stuff for clipboard functionality; see the travis-ci documentation
167
137
- export DISPLAY=:99.0
168
138
- sh -e /etc/init.d/xvfb start
169
139
170
140
install :
171
141
- echo "install"
172
142
- ci/prep_ccache.sh
173
- - ci/install_${BUILD_TYPE} .sh
143
+ - ci/install_travis .sh
174
144
- ci/submit_ccache.sh
175
145
176
146
before_script :
0 commit comments