Skip to content

Commit

Permalink
Fix django manage.py makemessages under MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jan 26, 2020
1 parent afe056e commit ba65a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
language: shell # 'language: python' is an error on Travis CI macOS
before_install:
- brew cask install mactex
- brew install gettext
- brew link gettext --force
- name: "Python 3.8.0 on Windows"
os: windows # Windows 10.0.17134 N/A Build 17134
language: shell # 'language: python' is an error on Travis CI Windows
Expand Down

0 comments on commit ba65a6b

Please sign in to comment.