Only run tests on fedora
This commit is contained in:
parent
ac370de185
commit
6c8f1e1f5c
@ -99,6 +99,7 @@ popd
|
||||
|
||||
|
||||
%check
|
||||
%if 0%{?fedora} > 20
|
||||
%{__python} setup.py test
|
||||
|
||||
%if 0%{?with_python3}
|
||||
@ -106,6 +107,7 @@ pushd %{py3dir}
|
||||
%{__python3} setup.py test
|
||||
popd
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user