Skip to content
Snippets Groups Projects
Commit 4a963078 authored by Ben Adida's avatar Ben Adida
Browse files

Added db creation for travis

parent de6c333e
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,5 @@ install: "pip install -r requirements.txt"
script: "python manage.py test"
addons:
postgresql: "9.3"
before_script:
- psql -c 'create database helios;' -U postgres
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment