1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-07 16:55:47 +01:00

Run tests via pytest

This commit is contained in:
2019-11-11 17:39:29 +01:00
parent fc46096cf2
commit dc87d022d1
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ setup(author="Roman Dobosz, Szymon Datko",
keywords='ferrit',
name='ferrit',
packages=find_packages(include=['ferrit', 'ferrit.*']),
test_suite='tests',
url='https://github.com/gryf/ferrit',
version='0.0.1',
zip_safe=False)