Skip to content

Commit

Permalink
Travis-CI: Add test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 16, 2019
1 parent d74ebe4 commit 45f2c28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ matrix:
- python: "3.5"
- python: "3.6"
- python: "3.7"
- os: osx
language: generic
python: ""
addons:
apt:
packages:
- pandoc
- ffmpeg
homebrew:
packages:
- pandoc
- ffmpeg
install:
- python3 --version
- python3 -m pip --version
Expand Down

0 comments on commit 45f2c28

Please sign in to comment.