Sistema de Apoio ao Processo Legislativo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
386 B

language: python
sudo: true
python:
- "3.4.3"
install:
- 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:
- npm install -g bower
- bower install
- manage.py migrate
scripts:
- test_and_check_qa.sh