mirror of https://github.com/interlegis/sapl.git
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
411 B
19 lines
411 B
language: python
|
|
|
|
python:
|
|
- "3.4.3"
|
|
|
|
install:
|
|
- pip install .
|
|
- sudo ln -s /usr/bin/nodejs /usr/bin/node
|
|
- sudo npm install -g bower
|
|
- pkg-config postgresql postgresql-contrib pgadmin3 python-psycopg2 nodejs npm
|
|
- pip install -r requirements/test-requirements.txt
|
|
- pip install -q Django==$DJANGO_VERSION
|
|
- python setup.py -q install
|
|
|
|
env:
|
|
- DJANGO_VERSION=1.9
|
|
|
|
scripts:
|
|
- test_and_check_qa
|
|
|