Skip to content

Commit a7c59d8

Browse files
committed
Drop extraneous builds for testing
1 parent 0aa9efa commit a7c59d8

File tree

1 file changed

+3
-42
lines changed

1 file changed

+3
-42
lines changed

.travis.yml

+3-42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
notifications:
2+
email: false
3+
14
sudo: false
25
language: python
36
# Default Python version is usually 2.7
@@ -32,51 +35,9 @@ matrix:
3235
- python: 3.5
3336

3437
include:
35-
- dist: trusty
36-
env:
37-
- JOB="3.7" ENV_FILE="ci/travis-37.yaml" TEST_ARGS="--skip-slow --skip-network"
38-
39-
- dist: trusty
40-
env:
41-
- JOB="2.7, locale, slow, old NumPy" ENV_FILE="ci/travis-27-locale.yaml" LOCALE_OVERRIDE="zh_CN.UTF-8" SLOW=true
42-
addons:
43-
apt:
44-
packages:
45-
- language-pack-zh-hans
46-
- dist: trusty
47-
env:
48-
- JOB="2.7" ENV_FILE="ci/travis-27.yaml" TEST_ARGS="--skip-slow"
49-
addons:
50-
apt:
51-
packages:
52-
- python-gtk2
53-
- dist: trusty
54-
env:
55-
- JOB="3.6, lint, coverage" ENV_FILE="ci/travis-36.yaml" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate" COVERAGE=true LINT=true
56-
- dist: trusty
57-
env:
58-
- JOB="3.7, NumPy dev" ENV_FILE="ci/travis-37-numpydev.yaml" TEST_ARGS="--skip-slow --skip-network -W error" PANDAS_TESTING_MODE="deprecate"
59-
addons:
60-
apt:
61-
packages:
62-
- xsel
63-
64-
# In allow_failures
65-
- dist: trusty
66-
env:
67-
- JOB="3.6, slow" ENV_FILE="ci/travis-36-slow.yaml" SLOW=true
68-
69-
# In allow_failures
7038
- dist: trusty
7139
env:
7240
- JOB="3.6, doc" ENV_FILE="ci/travis-36-doc.yaml" DOC=true
73-
allow_failures:
74-
- dist: trusty
75-
env:
76-
- JOB="3.6, slow" ENV_FILE="ci/travis-36-slow.yaml" SLOW=true
77-
- dist: trusty
78-
env:
79-
- JOB="3.6, doc" ENV_FILE="ci/travis-36-doc.yaml" DOC=true
8041

8142
before_install:
8243
- echo "before_install"

0 commit comments

Comments
 (0)