Skip to content

Commit f582e98

Browse files
committed
CI: move 3.4 build to mainstream / move 3.2 to experimental
1 parent d91d145 commit f582e98

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.travis.yml

+9-11
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ matrix:
3434
- CLIPBOARD_GUI=gtk2
3535
- JOB_NAME: "27_nslow"
3636
- DOC_BUILD=true # if rst files were changed, build docs in parallel with tests
37-
- python: 3.2
38-
env:
39-
- NOSE_ARGS="not slow and not disabled"
40-
- FULL_DEPS=true
41-
- CLIPBOARD_GUI=qt4
42-
- JOB_NAME: "32_nslow"
4337
- python: 3.3
4438
env:
4539
- NOSE_ARGS="not slow and not disabled"
@@ -48,11 +42,16 @@ matrix:
4842
- JOB_NAME: "33_nslow"
4943
- python: 3.4
5044
env:
51-
- EXPERIMENTAL=true
5245
- NOSE_ARGS="not slow and not disabled"
5346
- FULL_DEPS=true
5447
- CLIPBOARD=xsel
5548
- JOB_NAME: "34_nslow"
49+
- python: 3.2
50+
env:
51+
- NOSE_ARGS="not slow and not disabled"
52+
- FULL_DEPS=true
53+
- CLIPBOARD_GUI=qt4
54+
- JOB_NAME: "32_nslow"
5655
- python: 2.7
5756
env:
5857
- EXPERIMENTAL=true
@@ -62,13 +61,12 @@ matrix:
6261
- NUMPY_BUILD=master
6362
- PANDAS_TESTING_MODE="deprecate"
6463
allow_failures:
65-
- python: 3.4
64+
- python: 3.2
6665
env:
67-
- EXPERIMENTAL=true
6866
- NOSE_ARGS="not slow and not disabled"
6967
- FULL_DEPS=true
70-
- CLIPBOARD=xsel
71-
- JOB_NAME: "34_nslow"
68+
- CLIPBOARD_GUI=qt4
69+
- JOB_NAME: "32_nslow"
7270
- python: 2.7
7371
env:
7472
- EXPERIMENTAL=true

0 commit comments

Comments
 (0)