##// END OF EJS Templates
Added arm64 jobs in Travis-CI...
ossdev07 -
Show More
@@ -65,18 +65,38 b' after_success:'
65
65
66 matrix:
66 matrix:
67 include:
67 include:
68 - python: "3.7"
68 - arch: amd64
69 python: "3.7"
69 dist: xenial
70 dist: xenial
70 sudo: true
71 sudo: true
71 - python: "3.8-dev"
72 - arch: arm64
73 python: "3.7"
72 dist: xenial
74 dist: xenial
73 sudo: true
75 sudo: true
74 - python: "3.7-dev"
76 - arch: amd64
77 python: "3.8-dev"
75 dist: xenial
78 dist: xenial
76 sudo: true
79 sudo: true
77 - python: "nightly"
80 - arch: arm64
81 python: "3.8-dev"
78 dist: xenial
82 dist: xenial
79 sudo: true
83 sudo: true
84 - arch: amd64
85 python: "3.7-dev"
86 dist: xenial
87 sudo: true
88 - arch: arm64
89 python: "3.7-dev"
90 dist: xenial
91 sudo: true
92 - arch: amd64
93 python: "nightly"
94 dist: xenial
95 sudo: true
96 - arch: arm64
97 python: "nightly"
98 dist: bionic
99 sudo: true
80 - os: osx
100 - os: osx
81 language: generic
101 language: generic
82 python: 3.6
102 python: 3.6
General Comments 0
You need to be logged in to leave comments. Login now