Skip to content

Commit d6b0dc0

Browse files
committed
Fix string slice.
1 parent 59efaf5 commit d6b0dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.repo_name}}/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test_script:
6060
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'
6161
{% if cookiecutter.c_extension_support|lower == 'yes' %}
6262
after_test:
63-
- IF "%TOXENV:~-8,8%" == "-nocov" %WITH_COMPILER% %TOXPYTHON% setup.py bdist_wheel
63+
- IF "%TOXENV:~-6,6%" == "-nocov" %WITH_COMPILER% %TOXPYTHON% setup.py bdist_wheel
6464
{% endif %}
6565
on_failure:
6666
- ps: dir "env:"

0 commit comments

Comments
 (0)