Skip to content

Commit

Permalink
Try another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Żuraw committed Oct 19, 2017
1 parent 0cef505 commit 2556fdd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: python
python:
- "3.5"
before_install:
- sudo apt-get -qq update
- sudo apt-get install --yes postgresql-9.5-postgis-2.3
addons:
postgresql: "9.5"
apt:
packages:
- postgresql-9.5-postgis-2.3
install:
- pip install --upgrade pip wheel setuptools coverage codecov django_coverage_plugin tox
script: tox
Expand Down

0 comments on commit 2556fdd

Please sign in to comment.