Run tests on RHEL

This commit is contained in:
Nathaniel McCallum 2015-05-14 11:40:40 -04:00
commit f0c907df3e

View file

@ -99,7 +99,6 @@ popd
%check
%if 0%{?fedora} > 20
%{__python} setup.py test
%if 0%{?with_python3}
@ -107,7 +106,6 @@ pushd %{py3dir}
%{__python3} setup.py test
popd
%endif
%endif
%files