forked from niosus/EasyClangComplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
27 lines (23 loc) · 842 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
environment:
global:
PACKAGE: "EasyClangComplete"
matrix:
- SUBLIME_TEXT_VERSION : "3"
PYTHON: "C:\\Python36"
PYTHON_VERSION: 3.6
init:
- ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%
install:
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%;
- ps: appveyor DownloadFile "https://raw.githubusercontent.com/randy3k/UnitTesting/master/sbin/appveyor.ps1"
- ps: .\appveyor.ps1 "bootstrap" -verbose
- ps: .\appveyor.ps1 "install_package_control" -verbose
# install Package Control
# - ps: .\appveyor.ps1 "install_package_control" -verbose
- "python --version"
- "python -m pip install --upgrade pep8"
- "python -m pip install --upgrade pep257"
- "python -m pip install --upgrade pycodestyle"
build: off
test_script:
- ps: .\appveyor.ps1 "run_tests" -verbose