Skip to content

Commit

Permalink
Update travis.yml for Django2
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Apr 4, 2019
1 parent 42d2408 commit 9fbcf15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
dist: xenial
language: python
cache: pip

addons:
postgresql: "9.4"

services:
- postgresql
- mysql
Expand All @@ -16,7 +20,7 @@ env:
- DB=sqlite3

before_install:
- sudo apt-get install -y pandoc texlive-xetex texlive-latex-extra texlive-fonts-recommended
- sudo apt-get install -y pandoc texlive-xetex texlive-latex-extra texlive-fonts-recommended lmodern

install:
- pip install -e .
Expand Down

0 comments on commit 9fbcf15

Please sign in to comment.