Skip to content

Commit

Permalink
Make setup.py test work
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Nov 29, 2012
1 parent 6857c57 commit 74fee6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -9,4 +9,5 @@
description="The missing CSV loading library for Postgres",
long_description=open('README.md').read(),
packages=find_packages(),
test_suite='tests',
install_requires=['psycopg2>=2.4'])
Empty file added tests/__init__.py
Empty file.

0 comments on commit 74fee6d

Please sign in to comment.