Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c018696

Browse files
author
dse
committed
Build order improvement.
1 parent 665b9d7 commit c018696

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

.travis.yml

+25-25
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,6 @@ language: python
44

55
matrix:
66
include:
7-
- python: 2.7
8-
env:
9-
- BUILD_OPTS=
10-
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
11-
- python: 3.3
12-
env:
13-
- BUILD_OPTS=
14-
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
15-
- python: 3.4
16-
env:
17-
- BUILD_OPTS=
18-
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
19-
- python: 3.5
20-
env:
21-
- BUILD_OPTS=
22-
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
23-
- python: 3.6
24-
env:
25-
- BUILD_OPTS=
26-
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
27-
- python: "3.7-dev"
28-
env:
29-
- BUILD_OPTS=
30-
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
31-
327
- python: 2.7
338
env:
349
- BUILD_OPTS=--xplat
@@ -131,6 +106,31 @@ matrix:
131106
- dotnet-hostfxr-2.0.0
132107
- dotnet-runtime-2.0.0
133108
- dotnet-sdk-2.0.0
109+
110+
- python: 2.7
111+
env:
112+
- BUILD_OPTS=
113+
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
114+
- python: 3.3
115+
env:
116+
- BUILD_OPTS=
117+
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
118+
- python: 3.4
119+
env:
120+
- BUILD_OPTS=
121+
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
122+
- python: 3.5
123+
env:
124+
- BUILD_OPTS=
125+
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
126+
- python: 3.6
127+
env:
128+
- BUILD_OPTS=
129+
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
130+
- python: "3.7-dev"
131+
env:
132+
- BUILD_OPTS=
133+
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
134134
allow_failures:
135135
- python: "3.7-dev"
136136
env:

appveyor.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ environment:
1515
CODECOV_ENV: PYTHON_VERSION, PLATFORM
1616

1717
matrix:
18-
- PYTHON_VERSION: 2.7
19-
- PYTHON_VERSION: 3.3
20-
- PYTHON_VERSION: 3.4
21-
- PYTHON_VERSION: 3.5
22-
- PYTHON_VERSION: 3.6
2318
- PYTHON_VERSION: 2.7
2419
BUILD_OPTS: --xplat
2520
- PYTHON_VERSION: 3.3
@@ -30,6 +25,11 @@ environment:
3025
BUILD_OPTS: --xplat
3126
- PYTHON_VERSION: 3.6
3227
BUILD_OPTS: --xplat
28+
- PYTHON_VERSION: 2.7
29+
- PYTHON_VERSION: 3.3
30+
- PYTHON_VERSION: 3.4
31+
- PYTHON_VERSION: 3.5
32+
- PYTHON_VERSION: 3.6
3333

3434
init:
3535
# Update Environment Variables based on matrix/platform

0 commit comments

Comments
 (0)