fix for travis

This commit is contained in:
Oskar Hahn 2012-11-24 15:43:17 +01:00
parent 4eed43f782
commit ddd251a742
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ python:
install:
- pip install -r requirements.txt --use-mirrors
- pip install coverage django-discover-runner
script: coverage run ./manage.py test folivora && coverage report -m
script: coverage run ./manage.py test tests && coverage report -m

View File

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