@ -19,8 +19,11 @@ install:
before_script:
- cp .env_dev .env
- npm install -g bower
- psql -c 'create database capomastro;' -U postgres
- sed -i -e 's/getpass.getuser()/"postgres"/g' settings.py
- python manage.py syncdb –migrate –noinput
script:
- ./manage.py migrate
- python manage.py test
- ./manage.py bower install
- ./test_and_check_qa.sh