Configured the repo for travis

This commit is contained in:
Oskar Hahn 2012-11-24 15:26:20 +01:00
parent 6b2645d11c
commit 4eed43f782
2 changed files with 13 additions and 0 deletions

9
.travis.yml Normal file
View 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
View File

@ -0,0 +1,4 @@
Django==1.4
django-mptt
reportlab
pil