Blob Blame History Raw
diff --git a/setup.py b/setup.py
index a5f8849..a3e7788 100644
--- a/setup.py
+++ b/setup.py
@@ -100,6 +100,7 @@ setup(
         ],
     },
     tests_require=testing_requires,
+    test_suite='josepy',
     cmdclass={
         'test': PyTest,
     },