Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Adds missing package to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sommerhalder committed Aug 13, 2018
1 parent 9882932 commit 3456b11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ matrix:
env: TOXENV=pep8

addons:
postgresql: "9.6"
postgresql: "9.6"
apt:
packages:
- ghostscript

install:
- pip install tox
Expand Down

0 comments on commit 3456b11

Please sign in to comment.