Run tests on RHEL

This commit is contained in:
Nathaniel McCallum 2015-05-14 11:40:40 -04:00
parent 3911660c57
commit 363ee213bb

View File

@ -99,7 +99,6 @@ popd
%check %check
%if 0%{?fedora} > 20
%{__python} setup.py test %{__python} setup.py test
%if 0%{?with_python3} %if 0%{?with_python3}
@ -107,7 +106,6 @@ pushd %{py3dir}
%{__python3} setup.py test %{__python3} setup.py test
popd popd
%endif %endif
%endif
%files %files
@ -125,6 +123,7 @@ popd
%changelog %changelog
* Thu May 14 2015 Nathaniel McCallum <npmccallum@redhat.com> - 0.9-1 * Thu May 14 2015 Nathaniel McCallum <npmccallum@redhat.com> - 0.9-1
- New upstream release - New upstream release
- Run tests on RHEL
* Fri Apr 17 2015 Nathaniel McCallum <npmccallum@redhat.com> - 0.8.2-1 * Fri Apr 17 2015 Nathaniel McCallum <npmccallum@redhat.com> - 0.8.2-1
- New upstream release - New upstream release