X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/913915d1b49c14f3f725360a10d0733c8abe9364..9104ebe5aeb1474cb163c303e35d40542673d5e8:/.appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml index 6dadfb3..d29cca2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,26 +1,26 @@ install: -- C:\Python36\python.exe -m pip install mypy -- C:\Python36\python.exe -m pip install -e .[d] + - C:\Python36\python.exe -m pip install mypy + - C:\Python36\python.exe -m pip install -e .[d] # Not a C# project build: off test_script: -- C:\Python36\python.exe tests/test_black.py -- C:\Python36\python.exe -m mypy black.py blackd.py tests/test_black.py + - C:\Python36\python.exe tests/test_black.py + - C:\Python36\python.exe -m mypy black.py blackd.py tests/test_black.py blib2to3 after_test: - C:\Python36\python.exe -m pip install pyinstaller - - "%CMD_IN_ENV% C:\\Python36\\python.exe -m PyInstaller --clean -F --add-data blib2to3/;blib2to3 black.py" + - "%CMD_IN_ENV% C:\\Python36\\python.exe -m PyInstaller --clean -F --add-data + blib2to3/;blib2to3 black.py" artifacts: - path: dist/black.exe deploy: provider: GitHub - description: '' + description: "" auth_token: - secure: caPP8BcGffPuTopDfdI4ZVKZkpD9l9UAcjO7rwm5/fFSMbsqh1v4S38nmMn4uSuD + secure: uplI9CJ2dTGcEBCbZuIn+Qb4rC38hOoRSH9lcwuGCr5g9fSnhK1MZdNT6Cjf/mFL on: - appveyor_repo_tag: true - + APPVEYOR_REPO_TAG: true