Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbusch committed Apr 7, 2020
1 parent 8e4e9cf commit dd31a34
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
addons:
apt:
packages:
- texlive-latex-base
- latexmk
install:
- pip install tox-travis
script:
- tox

0 comments on commit dd31a34

Please sign in to comment.