Skip to content

Commit

Permalink
add pyparsing to test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Oct 28, 2012
1 parent b6c65f8 commit 623ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -114,7 +114,7 @@ def run_tests(self):

raise SystemExit(ret)

test_reqs = ['pytest', 'werkzeug', 'sqlalchemy', 'suds', 'msgpack-python']
test_reqs = ['pytest', 'werkzeug', 'sqlalchemy', 'suds', 'msgpack-python', 'pyparsing']

if sys.version_info < (2,6):
test_reqs.extend([
Expand Down

0 comments on commit 623ce33

Please sign in to comment.