Skip to content

Commit 79f6f03

Browse files
authored
Merge pull request jupyter-widgets#2651 from ossdev07/arm_support
Adding Travis-Ci Support For Arm64
2 parents ab54ea0 + d49f978 commit 79f6f03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# http://travis-ci.org/#!/jupyter-widgets/ipywidgets
22
language: python
33
dist: xenial
4+
os: linux
5+
arch:
6+
- amd64
7+
- arm64
48
python:
59
- 2.7
610
- 3.4

0 commit comments

Comments
 (0)