File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ matrix:
2222 - dotnet-hostfxr-2.0.0
2323 - dotnet-runtime-2.0.0
2424 - dotnet-sdk-2.0.0
25+
2526 - python : 3.4
2627 env : *xplat-env
2728 addons : *xplat-addons
@@ -33,9 +34,12 @@ matrix:
3334 - python : 3.6
3435 env : *xplat-env
3536 addons : *xplat-addons
36- - python : " 3.7-dev"
37+
38+ - python : 3.7
3739 env : *xplat-env
3840 addons : *xplat-addons
41+ dist : xenial
42+ sudo : true
3943
4044# --------------------- Classic builds ------------------------
4145 - python : 2.7
@@ -52,15 +56,10 @@ matrix:
5256 - python : 3.6
5357 env : *classic-env
5458
55- - python : " 3.7-dev"
56- env : *classic-env
57-
58- allow_failures :
59- - python : " 3.7-dev"
60- env : *xplat-env
61-
62- - python : " 3.7-dev"
59+ - python : 3.7
6360 env : *classic-env
61+ dist : xenial
62+ sudo : true
6463
6564env :
6665 global :
You can’t perform that action at this time.
0 commit comments