Skip to content

Commit

Permalink
Merge 7fbcb2b into 35324b2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroberts committed Dec 20, 2013
2 parents 35324b2 + 7fbcb2b commit 33543bf
Show file tree
Hide file tree
Showing 13 changed files with 129 additions and 1,096 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install:
- "pip install -e ."
- "pip install pytz requests simplejson mock unittest2"
- "pip install coverage coveralls"
- "pip install git+https://github.com/dimagi/xml2json"
script: "coverage run `which django-admin.py` test --traceback couchforms --verbosity 2"
after_success:
- coveralls
Expand Down
2 changes: 2 additions & 0 deletions couchforms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from .util import create_xform_from_xml
from .exceptions import XMLSyntaxError, CouchFormException
from .getters import *
from .util import SubmissionPost
67 changes: 0 additions & 67 deletions couchforms/_design/updates/xform.js

This file was deleted.

148 changes: 0 additions & 148 deletions couchforms/_design/util/base64.js

This file was deleted.

127 changes: 0 additions & 127 deletions couchforms/_design/util/dateFormat.js

This file was deleted.

4 changes: 0 additions & 4 deletions couchforms/_design/util/hello.js

This file was deleted.

Loading

0 comments on commit 33543bf

Please sign in to comment.