8000 official python 3.7 on travis CI, but xenial with sudo · sdpython/pythonnet@279c91d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 279c91d

Browse files
authored
official python 3.7 on travis CI, but xenial with sudo
1 parent 049c7da commit 279c91d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff 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

6564
env:
6665
global:

0 commit comments

Comments
 (0)
0