We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f679c3 commit 81d2953Copy full SHA for 81d2953
appveyor.yml
@@ -126,7 +126,7 @@ test_script:
126
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'
127
128
after_test:
129
- - IF "%TOXENV:~-8,8%" == "-nocov" %WITH_COMPILER% %TOXPYTHON% setup.py bdist_wheel
+ - IF "%TOXENV:~-6,6%" == "-nocov" %WITH_COMPILER% %TOXPYTHON% setup.py bdist_wheel
130
131
on_failure:
132
- ps: dir "env:"
ci/templates/appveyor.yml
@@ -43,7 +43,7 @@ test_script:
43
44
45
46
47
48
49
0 commit comments