Tests
This commit is contained in:
parent
e7f300b1ab
commit
eb5cb0f680
1 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,8 @@ BuildRequires: python3-devel
|
||||||
BuildRequires: python3dist(setuptools)
|
BuildRequires: python3dist(setuptools)
|
||||||
|
|
||||||
BuildRequires: yajl-devel
|
BuildRequires: yajl-devel
|
||||||
|
BuildRequires: python3-cffi
|
||||||
|
BuildRequires: python3-pytest-cov
|
||||||
|
|
||||||
%description
|
%description
|
||||||
.. image::
|
.. image::
|
||||||
|
@ -37,7 +39,8 @@ rm -rf %{pypi_name}.egg-info
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
#check
|
%check
|
||||||
|
tox -e py3
|
||||||
#{__python3} setup.py test
|
#{__python3} setup.py test
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
|
|
Loading…
Reference in a new issue