Switch tox to use python3.5
This commit is contained in:
parent
c500a24ba8
commit
944c3486a3
@ -68,7 +68,7 @@ find $RPM_BUILD_ROOT%{python3_sitelib}/%{realname}/ -name '*.py' -exec chmod 755
|
||||
|
||||
%check
|
||||
%if 0%{?rhel} == 0
|
||||
tox --sitepackages -e py27,py34
|
||||
tox --sitepackages -e py27,py35
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user