@@ -34,6 +34,7 @@ matrix:
3434 compiler : clang
3535 osx_image : xcode6.4
3636 env :
37+ - PYTHON_VERSION=3.5
3738 - JOB_NAME : " 35_osx"
3839 - NOSE_ARGS="not slow and not network and not disabled"
3940 - BUILD_TYPE=conda
@@ -43,6 +44,7 @@ matrix:
4344 - USE_CACHE=true
4445 - python : 2.7
4546 env :
47+ - PYTHON_VERSION=2.7
4648 - JOB_NAME : " 27_slow_nnet_LOCALE"
4749 - NOSE_ARGS="slow and not network and not disabled"
4850 - LOCALE_OVERRIDE="zh_CN.UTF-8"
@@ -56,6 +58,7 @@ matrix:
5658 - language-pack-zh-hans
5759 - python : 2.7
5860 env :
61+ - PYTHON_VERSION=2.7
5962 - JOB_NAME : " 27_nslow"
6063 - NOSE_ARGS="not slow and not disabled"
6164 - FULL_DEPS=true
@@ -69,6 +72,7 @@ matrix:
6972 - python-gtk2
7073 - python : 3.4
7174 env :
75+ - PYTHON_VERSION=3.4
7276 - JOB_NAME : " 34_nslow"
7377 - NOSE_ARGS="not slow and not disabled"
7478 - FULL_DEPS=true
@@ -81,6 +85,7 @@ matrix:
8185 - xsel
8286 - python : 3.5
8387 env :
88+ - PYTHON_VERSION=3.5
8489 - JOB_NAME : " 35_nslow"
8590 - NOSE_ARGS="not slow and not network and not disabled"
8691 - FULL_DEPS=true
@@ -95,6 +100,7 @@ matrix:
95100# In allow_failures
96101 - python : 2.7
97102 env :
103+ - PYTHON_VERSION=2.7
98104 - JOB_NAME : " 27_slow"
99105 - JOB_TAG=_SLOW
100106 - NOSE_ARGS="slow and not network and not disabled"
@@ -104,6 +110,7 @@ matrix:
104110# In allow_failures
105111 - python : 3.4
106112 env :
113+ - PYTHON_VERSION=3.4
107114 - JOB_NAME : " 34_slow"
108115 - JOB_TAG=_SLOW
109116 - NOSE_ARGS="slow and not network and not disabled"
@@ -118,16 +125,31 @@ matrix:
118125# In allow_failures
119126 - python : 2.7
120127 env :
128+ - PYTHON_VERSION=2.7
121129 - JOB_NAME : " 27_build_test_conda"
122130 - JOB_TAG=_BUILD_TEST
123131 - NOSE_ARGS="not slow and not disabled"
124132 - FULL_DEPS=true
125133 - BUILD_TEST=true
126134 - CACHE_NAME="27_build_test_conda"
127135 - USE_CACHE=true
136+ # In allow_failures
137+ - python : 3.6-dev
138+ env :
139+ - PYTHON_VERSION=3.6
140+ - JOB_NAME : " 36_dev"
141+ - JOB_TAG=_DEV
142+ - NOSE_ARGS="not slow and not network and not disabled"
143+ - PANDAS_TESTING_MODE="deprecate"
144+ addons :
145+ apt :
146+ packages :
147+ - libatlas-base-dev
148+ - gfortran
128149# In allow_failures
129150 - python : 3.5
130151 env :
152+ - PYTHON_VERSION=3.5
131153 - JOB_NAME : " 35_numpy_dev"
132154 - JOB_TAG=_NUMPY_DEV
133155 - NOSE_ARGS="not slow and not network and not disabled"
@@ -142,6 +164,7 @@ matrix:
142164# In allow_failures
143165 - python : 2.7
144166 env :
167+ - PYTHON_VERSION=2.7
145168 - JOB_NAME : " 27_nslow_nnet_COMPAT"
146169 - NOSE_ARGS="not slow and not network and not disabled"
147170 - LOCALE_OVERRIDE="it_IT.UTF-8"
@@ -156,6 +179,7 @@ matrix:
156179# In allow_failures
157180 - python : 3.5
158181 env :
182+ - PYTHON_VERSION=3.5
159183 - JOB_NAME : " 35_ascii"
160184 - JOB_TAG=_ASCII
161185 - NOSE_ARGS="not slow and not network and not disabled"
@@ -165,6 +189,7 @@ matrix:
165189# In allow_failures
166190 - python : 2.7
167191 env :
192+ - PYTHON_VERSION=2.7
168193 - JOB_NAME : " doc_build"
169194 - FULL_DEPS=true
170195 - DOC_BUILD=true
@@ -174,6 +199,7 @@ matrix:
174199 allow_failures :
175200 - python : 2.7
176201 env :
202+ - PYTHON_VERSION=2.7
177203 - JOB_NAME : " 27_slow"
178204 - JOB_TAG=_SLOW
179205 - NOSE_ARGS="slow and not network and not disabled"
@@ -182,6 +208,7 @@ matrix:
182208 - USE_CACHE=true
183209 - python : 3.4
184210 env :
211+ - PYTHON_VERSION=3.4
185212 - JOB_NAME : " 34_slow"
186213 - JOB_TAG=_SLOW
187214 - NOSE_ARGS="slow and not network and not disabled"
@@ -195,28 +222,43 @@ matrix:
195222 - xsel
196223 - python : 2.7
197224 env :
225+ - PYTHON_VERSION=2.7
198226 - JOB_NAME : " 27_build_test_conda"
199227 - JOB_TAG=_BUILD_TEST
200228 - NOSE_ARGS="not slow and not disabled"
201229 - FULL_DEPS=true
202230 - BUILD_TEST=true
203231 - CACHE_NAME="27_build_test_conda"
204232 - USE_CACHE=true
205- - python : 3.5
233+ - python : 3.6-dev
206234 env :
207- - JOB_NAME : " 35_numpy_dev"
208- - JOB_TAG=_NUMPY_DEV
235+ - PYTHON_VERSION=3.6
236+ - JOB_NAME : " 36_dev"
237+ - JOB_TAG=_DEV
209238 - NOSE_ARGS="not slow and not network and not disabled"
210239 - PANDAS_TESTING_MODE="deprecate"
211- - CACHE_NAME="35_numpy_dev"
212- - USE_CACHE=true
240+ addons :
241+ apt :
242+ packages :
243+ - libatlas-base-dev
244+ - gfortran
245+ - python : 3.5
246+ env :
247+ - PYTHON_VERSION=3.5
248+ - JOB_NAME : " 35_numpy_dev"
249+ - JOB_TAG=_NUMPY_DEV
250+ - NOSE_ARGS="not slow and not network and not disabled"
251+ - PANDAS_TESTING_MODE="deprecate"
252+ - CACHE_NAME="35_numpy_dev"
253+ - USE_CACHE=true
213254 addons :
214255 apt :
215256 packages :
216257 - libatlas-base-dev
217258 - gfortran
218259 - python : 2.7
219260 env :
261+ - PYTHON_VERSION=2.7
220262 - JOB_NAME : " 27_nslow_nnet_COMPAT"
221263 - NOSE_ARGS="not slow and not network and not disabled"
222264 - LOCALE_OVERRIDE="it_IT.UTF-8"
@@ -230,6 +272,7 @@ matrix:
230272 - language-pack-it
231273 - python : 3.5
232274 env :
275+ - PYTHON_VERSION=3.5
233276 - JOB_NAME : " 35_ascii"
234277 - JOB_TAG=_ASCII
235278 - NOSE_ARGS="not slow and not network and not disabled"
@@ -238,6 +281,7 @@ matrix:
238281 - USE_CACHE=true
239282 - python : 2.7
240283 env :
284+ - PYTHON_VERSION=2.7
241285 - JOB_NAME : " doc_build"
242286 - FULL_DEPS=true
243287 - DOC_BUILD=true
0 commit comments