We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59efaf5 commit d6b0dc0Copy full SHA for d6b0dc0
{{cookiecutter.repo_name}}/appveyor.yml
@@ -60,7 +60,7 @@ test_script:
60
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'
61
{% if cookiecutter.c_extension_support|lower == 'yes' %}
62
after_test:
63
- - IF "%TOXENV:~-8,8%" == "-nocov" %WITH_COMPILER% %TOXPYTHON% setup.py bdist_wheel
+ - IF "%TOXENV:~-6,6%" == "-nocov" %WITH_COMPILER% %TOXPYTHON% setup.py bdist_wheel
64
{% endif %}
65
on_failure:
66
- ps: dir "env:"
0 commit comments