Merge pull request #67 from ostcar/master

requirements.txt
This commit is contained in:
Oskar Hahn 2012-12-01 10:20:49 -08:00
commit f6e2ea63a5
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,6 @@ python:
- "2.7"
install:
- pip install -r requirements.txt --use-mirrors
- pip install coverage django-discover-runner pep8
- python extras/scripts/create_local_settings.py
script:
- coverage run ./manage.py test tests && coverage report -m

View File

@ -3,3 +3,6 @@ django-mptt
reportlab
PIL
simplejson
coverage
django-discover-runner
pep8