Skip to content

Commit 45f2c28

Browse files
committed
Travis-CI: Add test on macOS
1 parent d74ebe4 commit 45f2c28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ matrix:
55
- python: "3.5"
66
- python: "3.6"
77
- python: "3.7"
8+
- os: osx
9+
language: generic
10+
python: ""
811
addons:
912
apt:
1013
packages:
1114
- pandoc
1215
- ffmpeg
16+
homebrew:
17+
packages:
18+
- pandoc
19+
- ffmpeg
1320
install:
1421
- python3 --version
1522
- python3 -m pip --version

0 commit comments

Comments
 (0)