Skip to content

Commit

Permalink
Merge pull request #673 from jbcrail/appveyor
Browse files Browse the repository at this point in the history
Add AppVeyor support
  • Loading branch information
lmazuel authored Jul 7, 2016
2 parents 8c74167 + 62bcf06 commit 3abf4f8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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%

0 comments on commit 3abf4f8

Please sign in to comment.