Only run tests on fedora

This commit is contained in:
Nathaniel McCallum 2015-03-05 10:03:51 -05:00
parent ac370de185
commit 6c8f1e1f5c

View File

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