|
|
|
@ -5,14 +5,15 @@ python: |
|
|
|
- "3.4.3" |
|
|
|
|
|
|
|
install: |
|
|
|
- sudo ln -s /usr/bin/nodejs /usr/bin/node |
|
|
|
- node_modules |
|
|
|
- sudo npm install -g bower |
|
|
|
- pkg-config postgresql postgresql-contrib pgadmin3 python-psycopg2 nodejs npm |
|
|
|
- pip install -r requirements/test-requirements.txt |
|
|
|
- python setup.py -q install |
|
|
|
|
|
|
|
before script: |
|
|
|
-./manage.py bower install |
|
|
|
-./manage.py migrate |
|
|
|
- npm install -g bower |
|
|
|
- bower install |
|
|
|
- manage.py migrate |
|
|
|
scripts: |
|
|
|
- test_and_check_qa.sh |