allow slugs to to 150 chars
[mygpo.git] / .travis.yml
blob31f69949883ee7af92f9ce13bbbba30dc7552c06
1 language: python
3 python:
4  - "2.7"
6 services:
7  - couchdb
8  - redis-server
10 install:
11  - pip install -r requirements.txt --allow-external argparse
13 script:
14   python manage.py test