Skip to content

Commit

Permalink
Merge pull request #92 from krzysztofzuraw/fix-travis
Browse files Browse the repository at this point in the history
Fix travis
  • Loading branch information
Krzysztof Żuraw authored Oct 19, 2017
2 parents e935cf0 + 2556fdd commit 2d28060
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: python
python:
- "3.5"
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 All @@ -16,5 +21,6 @@ after_success:
notifications:
email: false
cache:
apt: true
pip: true

0 comments on commit 2d28060

Please sign in to comment.