Browse Source

Modifica o travis

pull/345/head
Eduardo Calil 9 years ago
committed by Edward Ribeiro
parent
commit
499d4b9df3
  1. 7
      .travis.yml

7
.travis.yml

@ -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

Loading…
Cancel
Save