forked from thombashi/pytablewriter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
30 lines (25 loc) · 933 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
28
29
30
build: false
environment:
PYTHONIOENCODING: "UTF-8"
matrix:
- PYTHON: "C:/Python27-x64"
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
- PYTHON: "C:/Python37-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12'"
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pip.exe install setuptools --upgrade"
- "%PYTHON%/Scripts/pip.exe install .[excel,es6,sqlite,test]"
test_script:
- "%PYTHON%/python.exe invoke_pytest.py"
notifications:
- provider: Slack
auth_token:
secure: JyTQAtBzpPYiWK3eRTz/U+rvmAKopqIWE19ti4vSL/IRygV3jUVUkwET1VyTlrqOeYfNx3Kfcp7eUmHCHxFCgw==
channel: notifications