1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-15 02:54:09 -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 3649a52ab2
commit ce72838aff

View file

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