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