diff --git a/python-s3transfer.spec b/python-s3transfer.spec index 25c597c..dcc9147 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -87,7 +87,8 @@ rm -rf tests/integration nosetests-2.7 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/ %if 0%{?with_python3} #%{__python3} setup.py test -nosetests-3.5 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/ +%{?fc23:nosetests-3.4 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/} +%{!?fc23:nosetests-3.5 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/} %endif # with_python3 %files -n python2-%{pypi_name}