1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Add python3 to homebrew on macOS.

The travis-CI builds have been failing and this is an attempt to fix them.
This commit is contained in:
Shlomi Fish 2020-02-23 14:22:46 +02:00
parent 96a91f6148
commit 047a58238d

View file

@ -1,7 +1,9 @@
addons:
homebrew:
update: true
brewfile: true
packages:
- python3
update: true
cache:
directories:
- $HOME/perl_modules