added testing packages to the requirements.txt file
This commit is contained in:
parent
cf360de5fa
commit
6ccde4256e
@ -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
|
||||
|
@ -3,3 +3,6 @@ django-mptt
|
||||
reportlab
|
||||
PIL
|
||||
simplejson
|
||||
coverage
|
||||
django-discover-runner
|
||||
pep8
|
||||
|
Loading…
Reference in New Issue
Block a user