File tree 2 files changed +30
-30
lines changed
2 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -4,31 +4,6 @@ language: python
4
4
5
5
matrix :
6
6
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
-
32
7
- python : 2.7
33
8
env :
34
9
- BUILD_OPTS=--xplat
@@ -131,6 +106,31 @@ matrix:
131
106
- dotnet-hostfxr-2.0.0
132
107
- dotnet-runtime-2.0.0
133
108
- 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
134
134
allow_failures :
135
135
- python : " 3.7-dev"
136
136
env :
Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ environment:
15
15
CODECOV_ENV : PYTHON_VERSION, PLATFORM
16
16
17
17
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
23
18
- PYTHON_VERSION : 2.7
24
19
BUILD_OPTS : --xplat
25
20
- PYTHON_VERSION : 3.3
@@ -30,6 +25,11 @@ environment:
30
25
BUILD_OPTS : --xplat
31
26
- PYTHON_VERSION : 3.6
32
27
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
33
33
34
34
init :
35
35
# Update Environment Variables based on matrix/platform
You can’t perform that action at this time.
0 commit comments