custom test target for parallel test running
diff --git a/setup.py b/setup.py
index cfb578e..e1abe7f 100644
--- a/setup.py
+++ b/setup.py
@@ -165,6 +165,7 @@
     'build_tagged_ext': precompiled.BuildTaggedExt,
     'gather': commands.Gather,
     'run_interop': commands.RunInterop,
+    'test_lite': commands.TestLite
 }
 
 # Ensure that package data is copied over before any commands have been run: