aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-07-04 21:59:57 -0700
committerMike Crute <mcrute@gmail.com>2015-07-04 22:01:13 -0700
commit260c3a57a6db7cb8428a3a52372d1c2dcb9e22d1 (patch)
treef5ee6170b1d954da0135322d11fe7aec3fa1ee62 /setup.py
parentefc63e553e688b7ed406222fb1dc09fe73d05d60 (diff)
downloadpydora-260c3a57a6db7cb8428a3a52372d1c2dcb9e22d1.tar.bz2
pydora-260c3a57a6db7cb8428a3a52372d1c2dcb9e22d1.tar.xz
pydora-260c3a57a6db7cb8428a3a52372d1c2dcb9e22d1.zip
Fix tests for python3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f295530..7d6d51d 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(
18 author="Mike Crute", 18 author="Mike Crute",
19 author_email="mcrute@gmail.com", 19 author_email="mcrute@gmail.com",
20 url="https://github.com/mcrute/pydora", 20 url="https://github.com/mcrute/pydora",
21 test_suite="tests", 21 test_suite="tests.discover_suite",
22 cmdclass={ 22 cmdclass={
23 "check_style": distutils_ext.check_style, 23 "check_style": distutils_ext.check_style,
24 "cover_test": distutils_ext.cover_test, 24 "cover_test": distutils_ext.cover_test,