Browse Source

Added test_suite to setup.py

Clara Hobbs 7 years ago
parent
commit
ea0b825947
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      setup.py

+ 1
- 0
setup.py View File

@@ -31,4 +31,5 @@ setup(
31 31
         "pyserial>=3,<4",
32 32
         "aenum>=2;python_version<'3.6'"
33 33
     ],
34
+    test_suite="test_pdbuddy"
34 35
 )

Loading…
Cancel
Save