fix for travis
This commit is contained in:
parent
4eed43f782
commit
ddd251a742
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
Django==1.4
|
||||
Django==1.4.2
|
||||
django-mptt
|
||||
reportlab
|
||||
pil
|
||||
|
Loading…
Reference in New Issue
Block a user