[History] handle TypeError when adding action via web
[mygpo.git] / .travis.yml
blobe18b8757374b2c2b51fe35d55f51124c916595ac
1 language: python
3 python:
4  - "2.7"
6 services:
7  - redis-server
8  - elasticsearch
10 install:
11  - pip install -r requirements.txt --allow-external argparse
13 before_script:
14   - psql -c 'create database mygpo_test;' -U postgres
16 script:
17   python manage.py test
19 env:
20  - DATABASE_URL="postgres://postgres@localhost/mygpo_test"