Only run tests on fedora
This commit is contained in:
parent
ac370de185
commit
6c8f1e1f5c
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue