-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappveyor.yml
More file actions
37 lines (27 loc) · 773 Bytes
/
appveyor.yml
File metadata and controls
37 lines (27 loc) · 773 Bytes
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
31
32
33
34
35
36
37
version: 2018.3.9.1
skip_tags: true
environment:
PYTHONPATH: "%APPVEYOR_BUILD_FOLDER%\\environment\\PYTHONPATH"
LUCIDITY_TEMPLATE_PATH: "%APPVEYOR_BUILD_FOLDER%\\environment\\LUCIDITY_TEMPLATE_PATH"
matrix:
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "64"
install:
- SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- pip install requests
- pip install pytest
- pip install lucidity
build_script:
- "%CMD_IN_ENV% python run_build.py"
test_script:
- "%CMD_IN_ENV% python run_tests.py"
artifacts:
- path: deployment.zip
name: deployment
deploy:
description: AppVeyor Deployment
provider: GitHub
auth_token:
secure: p92hCI4Yd3AZAEBAIci9g9ZDNnHZcP+h+fD22lxAhXkO890Hc1Ajg16iFPArrMtc
artifact: deployment