Skip to content

Commit c0cd3e9

Browse files
committed
Update build matrix
1 parent e9f91a5 commit c0cd3e9

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.travis.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
language: python
22

33
python:
4-
- "3.7-dev"
5-
- "3.6"
6-
- "3.5"
7-
- "3.4"
8-
- "3.3"
9-
- "3.2"
10-
- "2.7"
11-
- "2.6"
4+
- "3.7-dev"
5+
- "3.6"
6+
- "3.5"
7+
- "3.4"
8+
- "3.3"
9+
- "3.2"
10+
- "2.7"
11+
- "2.6"
12+
13+
env:
14+
- SCRIPT_SRC=local
15+
- SCRIPT_SRC=remote
1216

1317
before_script:
1418
- source helpers.sh
@@ -27,6 +31,3 @@ script:
2731

2832
matrix:
2933
fast_finish: true
30-
global:
31-
- SCRIPT_SRC=local
32-
- SCRIPT_SRC=remote

0 commit comments

Comments
 (0)