diff --git a/5minute.spec b/5minute.spec index 93bf693..4c62c94 100644 --- a/5minute.spec +++ b/5minute.spec @@ -45,6 +45,9 @@ pandoc --from=markdown --to=rst --output=README README.md %install %py3_install +%check +%{__python3} setup.py test + %files %license LICENSE %doc README.md