From 359d70f19ee0f9cb041526119ad040e1780ed797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 21 Jan 2015 13:25:50 -0500 Subject: [PATCH] Add %check --- python-dateutil.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-dateutil.spec b/python-dateutil.spec index e89252d..8b9a50c 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -44,6 +44,9 @@ make -C docs html %install %{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT +%check +%{__python2} setup.py test + %files %license LICENSE %doc NEWS README.rst