Documentation typo

This commit is contained in:
Miro Hrončok 2019-08-27 14:54:28 +02:00
parent 31ef675ff5
commit 11da7b793a

View File

@ -108,7 +108,7 @@ By using the `-e` flag, you can use a different tox environment(s):
%check %check
%tox %tox
%if %{with integration_test} %if %{with integration_test}
%tox -e % {default_toxenv}-integration %tox -e %{default_toxenv}-integration
%endif %endif
If you wish to provide custom `tox` flags or arguments, add them after `--`: If you wish to provide custom `tox` flags or arguments, add them after `--`: