Install astyle on OSX

This commit is contained in:
Thom Wiggers 2019-02-28 15:04:03 +01:00
parent facc293a21
commit 00f72102ab
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -8,6 +8,10 @@ matrix:
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
script: script:
- "cd test && python3 -m nose --rednose --verbose" - "cd test && python3 -m nose --rednose --verbose"
addons:
homebrew:
packages:
- astyle
- name: "MacOS + GCC8" - name: "MacOS + GCC8"
os: osx os: osx
osx_image: xcode10.1 osx_image: xcode10.1
@ -15,6 +19,7 @@ matrix:
addons: addons:
homebrew: homebrew:
packages: packages:
- astyle
- gcc@8 - gcc@8
before_install: before_install:
- pip3 install -r requirements.txt - pip3 install -r requirements.txt