Skip to content

Commit 771bf7e

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

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

.travis.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -32,48 +32,11 @@ matrix:
3232
- python: 3.5
3333

3434
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-
6935
# In allow_failures
7036
- dist: trusty
7137
env:
7238
- JOB="3.6, doc" ENV_FILE="ci/travis-36-doc.yaml" DOC=true
7339
allow_failures:
74-
- dist: trusty
75-
env:
76-
- JOB="3.6, slow" ENV_FILE="ci/travis-36-slow.yaml" SLOW=true
7740
- dist: trusty
7841
env:
7942
- JOB="3.6, doc" ENV_FILE="ci/travis-36-doc.yaml" DOC=true

0 commit comments

Comments
 (0)