forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
26 lines (23 loc) · 683 Bytes
/
appveyor.yml
File metadata and controls
26 lines (23 loc) · 683 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
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"
install:
- "%PYTHON%\\python.exe -m pip install -U pip"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "%PYTHON%\\python.exe -m pip install azure-storage"
- "%PYTHON%\\python.exe -m pip uninstall -y azure-common"
build: off
test_script:
- cd azure-servicebus/tests
- run-servicebus.bat %PYTHON%
- cd ../..
- cd azure-servicemanagement-legacy/tests
- run-legacy-mgmt.bat %PYTHON%
- cd ../..
- cd azure-mgmt/tests
- run-mgmt.bat %PYTHON%