tox2
This commit is contained in:
parent
6f332bda81
commit
129f0ab075
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ Source0: %{pypi_source}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3dist(setuptools)
|
BuildRequires: python3dist(setuptools)
|
||||||
|
|
||||||
|
BuildRquires: yajl
|
||||||
BuildRequires: yajl-devel
|
BuildRequires: yajl-devel
|
||||||
|
|
||||||
BuildRequires: python3-tox
|
BuildRequires: python3-tox
|
||||||
|
@ -42,7 +43,7 @@ rm -rf %{pypi_name}.egg-info
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
tox -e py3
|
tox -e py3 --sitepackages
|
||||||
#{__python3} setup.py test
|
#{__python3} setup.py test
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
|
|
Loading…
Reference in a new issue