Fix tests for F23 as well

i9ce
Fabio Alessandro Locati 9 years ago
parent 1961289025
commit e9002efa18

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

Loading…
Cancel
Save