mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 08:34:01 +01:00
travis: Add macOS testing
This commit is contained in:
parent
bb700c4db1
commit
dbc655a30c
10
.travis.yml
10
.travis.yml
@ -3,9 +3,15 @@ python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
os:
|
||||
- "linux"
|
||||
- "osx"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y imagemagick
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install imagemagick; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo apt-get -qq update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo apt-get install -y imagemagick; fi
|
||||
|
||||
install:
|
||||
- pip install flake8 pylint
|
||||
|
Loading…
Reference in New Issue
Block a user