Skip to content

Commit

Permalink
Merge pull request #3 from catholabs/query_utils
Browse files Browse the repository at this point in the history
Payload utils to build queries
  • Loading branch information
rochacbruno committed Dec 17, 2015
2 parents a5afcde + 8d31a61 commit 676c203
Show file tree
Hide file tree
Showing 17 changed files with 1,045 additions and 41 deletions.
4 changes: 4 additions & 0 deletions .landscape.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
python-targets:
- 2
# - 3

pylint:
disable:
- bare-except
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pep8:
@flake8 esengine --ignore=F403

release: test
@python setup.py sdist upload
@python setup.py sdist bdist_wheel upload

clean:
@find ./ -name '*.pyc' -exec rm -f {} \;
Expand Down

0 comments on commit 676c203

Please sign in to comment.