Skip to content

Commit

Permalink
Proper installation of LaTeX for Windows and MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jan 26, 2020
1 parent 625bd3f commit 09ac574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
osx_image: xcode11.2 # Python 3.7.4 running on macOS 10.14.4
language: shell # 'language: python' is an error on Travis CI macOS
before_install:
- brew install xelatex
- brew cask install mactex
- 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
before_install:
- choco install python --version 3.8.0
- choco install miktex.portable
- python -m pip install --upgrade pip
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH

Expand Down

0 comments on commit 09ac574

Please sign in to comment.