|
@ -9,11 +9,10 @@ install: |
|
|
- sudo npm install -g bower |
|
|
- sudo npm install -g bower |
|
|
- pkg-config postgresql postgresql-contrib pgadmin3 python-psycopg2 nodejs npm |
|
|
- pkg-config postgresql postgresql-contrib pgadmin3 python-psycopg2 nodejs npm |
|
|
- pip install -r requirements/test-requirements.txt |
|
|
- pip install -r requirements/test-requirements.txt |
|
|
- pip install -q Django==$DJANGO_VERSION |
|
|
|
|
|
- python setup.py -q install |
|
|
- python setup.py -q install |
|
|
|
|
|
|
|
|
env: |
|
|
before script: |
|
|
- DJANGO_VERSION=1.9 |
|
|
-./manage.py bower install |
|
|
|
|
|
-./manage.py migrate |
|
|
scripts: |
|
|
scripts: |
|
|
- test_and_check_qa |
|
|
- test_and_check_qa |
|
|