enable python setup.py test, though it is partial. fix #61

This commit is contained in:
chfw 2019-02-09 22:52:55 +00:00
parent d8d076b85d
commit e6010196e9
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@ targets:
- requirements.txt: requirements.txt.jj2
- "tests/requirements.txt": "tests/requirements.txt"
- LICENSE: NEW_BSD_LICENSE.jj2
- MANIFEST.in: MANIFEST.in.jj2
- test.sh: test.script.jj2
- test.bat: test.script.jj2
- README.rst: README.rst

View File

@ -191,6 +191,7 @@ def filter_out_test_code(file_handle):
if __name__ == '__main__':
setup(
test_suite="tests",
name=NAME,
author=AUTHOR,
version=VERSION,