Skip to content

Commit d994247

Browse files
committed
Fixed test_suite to run both test_v1and test_v2
1 parent 3afaba4 commit d994247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def read(fname):
7070
license_file="LICENSE",
7171
keywords="python java marshalling serialization",
7272
packages=["javaobj", "javaobj.v1", "javaobj.v2"],
73-
test_suite="tests.test_v1",
73+
test_suite="tests",
7474
install_requires=[
7575
'enum34;python_version<="3.4"',
7676
'typing;python_version<="3.4"',

0 commit comments

Comments
 (0)