Switch tox to use python3.5

This commit is contained in:
Robert Kuska 2015-11-23 09:47:28 +01:00
parent c500a24ba8
commit 944c3486a3

View File

@ -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