Add test suit option of "setup.py".

pull/493/head
KmolYuan 2019-09-06 12:43:52 +08:00
parent dcd2b1385a
commit 2606bfeb8f
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ setup(
cmdclass={'build_ext': Build},
python_requires=">=3.6",
setup_requires=read('requirements.txt').splitlines(),
test_suite="tests",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Cython",