Skip to content

Commit

Permalink
updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erdem committed Oct 26, 2017
1 parent a4e6a5e commit 820721d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -16,12 +16,15 @@ install:
- pip install -r conf/requirements-dev.txt
- pip install coveralls

before_script:
- sudo apt-get install postgresql-9.6-postgis-2.3 postgis -y -q

script:
- cd tests/testapp/
- coverage run --source='../../mapwidgets' manage.py test

after_success:
- coveralls

addons:
postgresql: 9.6
apt:
packages:
- postgresql-9.6-postgis-2.3

0 comments on commit 820721d

Please sign in to comment.