@ -1,4 +1,4 @@
DATABASE_URL = postgresql://sapl:@localhost:/sapl
DATABASE_URL = postgresql://postgres:@localhost:/sapl
SECRET_KEY=TravisTest
DEBUG=False
EMAIL_USE_TLS = True
@ -19,7 +19,6 @@ install:
before_script:
- npm install -g bower
- cp .env_dev .env
- sed -i -e 's/getpass.getuser()/"postgres"/g' sapl/settings.py
- psql -c 'create database sapl;' -U postgres
- python manage.py syncdb –migrate –noinput