repo.or.cz
/
mygpo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Users] fix user cleanup task interval
[mygpo.git]
/
.travis.yml
blob
83700df06a3b9998a1d921291d23dac326b6e8eb
1
language: python
2
3
python:
4
- "2.7"
5
6
services:
7
- couchdb
8
- redis-server
9
- elasticsearch
10
11
install:
12
- pip install -r requirements.txt --allow-external argparse
13
14
before_script:
15
- psql -c 'create database mygpo_test;' -U postgres
16
17
script:
18
python manage.py test
19
20
env:
21
- DATABASE_URL="postgres://postgres@localhost/mygpo_test"