Skip to content

Commit 3b01bb8

Browse files
committed
limit travis-ci build matrix
1 parent fa766d7 commit 3b01bb8

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.travis.yml

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
language: python
2-
python:
3-
- 2.6
4-
- 2.7
52
env:
6-
- BUILDENV=lucid
7-
- BUILDENV=precise
8-
- BUILDENV=latest
3+
TRAVISBUG="#1027"
4+
matrix:
5+
exclude:
6+
- env: TRAVISBUG="#1027"
7+
include:
8+
- python: "2.6"
9+
env: BUILDENV=lucid
10+
- python: "2.7"
11+
env: BUILDENV=precise
12+
- python: "2.7"
13+
env: BUILDENV=latest
914
install:
1015
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
11-
- pip install .
16+
- pip install --use-mirrors .
1217
script:
1318
- trial scrapy
1419
notifications:

0 commit comments

Comments
 (0)