correct the indentation to make it valid yaml

This commit is contained in:
Jean-Paul Calderone 2019-03-14 13:26:12 -04:00
parent fd49f6f52c
commit f5a97ef1ad

View File

@ -64,8 +64,8 @@ after_test:
%PYTHON%\python.exe setup.py bdist_wheel
%PYTHON%\python.exe -m pip wheel -w dist .
- |
%PYTHON%\python.exe -m pip install codecov
codecov
%PYTHON%\python.exe -m pip install codecov
codecov
artifacts:
# bdist_wheel puts your built wheel in the dist directory