From 944c3486a3947ca9f180e134a8bd975d7a3ac831 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Mon, 23 Nov 2015 09:47:28 +0100 Subject: [PATCH] Switch tox to use python3.5 --- python-kdcproxy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index 89943c7..7991faf 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -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