Explorar el Código

Allow "python setup.py test" to work.

Chris McDonough hace 18 años
padre
commit
6874ca4f39
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -53,4 +53,5 @@ dist = setup(
     include_package_data = True,
     zip_safe = False,
     namespace_packages = ['supervisor'],
+    test_suite = "supervisor.tests.test_suite",
     )