File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 55# command to install dependencies
66install :
77 - pip install -q -e . --use-mirrors
8+ - pip install coveralls
89# command to run tests
9- script : python manage.py test
10+ script :
11+ - coverage run --source=simple_import manage.py test
12+ after_success :
13+ coveralls
1014sudo : false
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ and user preferences in the database.
66
77Project is now stable and feature complete. Of course it's always a good idea to test before deploying.
88
9- [ Support development on gittip] ( http://www.gittip.com/bufke )
10-
119[ ![ Build Status] ( https://travis-ci.org/burke-software/django-simple-import.png?branch=master )] ( https://travis-ci.org/burke-software/django-simple-import )
10+ [ ![ Coverage Status] ( https://coveralls.io/repos/burke-software/django-simple-import/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/burke-software/django-simple-import?branch=master )
1211
1312![ Alt text] ( https://raw.github.com/burke-software/django-simple-import/master/docs/start_import.png )
1413![ Alt text] ( https://raw.github.com/burke-software/django-simple-import/master/docs/match_columns.png )
Original file line number Diff line number Diff line change 22
33setup (
44 name = "django-simple-import" ,
5- version = "1.22 " ,
5+ version = "1.23 " ,
66 author = "David Burke" ,
77 author_email = "david@burkesoftware.com" ,
88 description = ("A Django import tool easy enough your users could use it" ),
You can’t perform that action at this time.
0 commit comments