Configured the repo for travis
This commit is contained in:
parent
6b2645d11c
commit
4eed43f782
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.5"
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt --use-mirrors
|
||||||
|
- pip install coverage django-discover-runner
|
||||||
|
script: coverage run ./manage.py test folivora && coverage report -m
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Django==1.4
|
||||||
|
django-mptt
|
||||||
|
reportlab
|
||||||
|
pil
|
Loading…
Reference in New Issue
Block a user