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
306 B
19 lines
306 B
language: python
|
|
sudo: true
|
|
|
|
python:
|
|
- "3.4.3"
|
|
|
|
services:
|
|
- postgresql
|
|
|
|
install:
|
|
- pip install -r requirements/test-requirements.txt
|
|
|
|
before script:
|
|
- psql -c 'create database travis_ci_test;' -U postgres
|
|
- npm install -g bower
|
|
- bower install
|
|
- manage.py migrate
|
|
|
|
script: ./test_and_check_qa
|