Skip to content

Commit

Permalink
TST: Add a test run on OSX
Browse files Browse the repository at this point in the history
Add a run on OSX
  • Loading branch information
bashtage committed Apr 17, 2020
1 parent 32e3f13 commit c0d7441
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ env:
matrix:
fast_finish: true
include:
- os: osx
language: generic
env:
- USE_PIP=true
- python: 3.7
env:
- PYTHON=3.7
Expand Down Expand Up @@ -79,7 +83,6 @@ matrix:

before_install:
- git fetch --tags
- sudo apt-get -y install pandoc
# Avoid noise from matplotlib
- mkdir -p $HOME/.config/matplotlib
# Build package list to avoid empty package=versions
Expand Down Expand Up @@ -120,7 +123,7 @@ script:
- set -e
- |
if [[ ${DOCBUILD} = true ]]; then
sudo apt-get install -y enchant
sudo apt-get install -y enchant pandoc
pip install sphinxcontrib-spelling sphinx-material
pip list
cd doc
Expand Down

0 comments on commit c0d7441

Please sign in to comment.