Updated IT translation
[mygpo.git] / .travis.yml
blobd27ec872c68376e30ee76aad00e083b04e93e012
1 language: python
3 python:
4  - "2.7"
6 services:
7  - couchdb
8  - redis-server
10 install:
11  - pip install -r requirements.txt
13 script:
14   python manage.py test