space hacks
[iotcloud.git] / PyORAM / .appveyor.yml
1 environment:
2   matrix:
3     - PYTHON: "C:\\Python27"
4     - PYTHON: "C:\\Python33"
5     - PYTHON: "C:\\Python34"
6     - PYTHON: "C:\\Python35"
7     - PYTHON: "C:\\Python27-x64"
8     - PYTHON: "C:\\Python35-x64"
9 install:
10   - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
11   - "%PYTHON%\\python.exe -m pip install -v -U pip setuptools"
12   - "%PYTHON%\\python.exe -m pip install -v -e ."
13   - "%PYTHON%\\python.exe -m pip install -U unittest2 nose2 cov-core codecov coverage"
14 build: off
15 test_script:
16   - "%PYTHON%\\python.exe -m nose2 -v --log-capture --with-coverage --coverage src --coverage examples -s src"
17 on_success:
18   - "%PYTHON%\\Scripts\\codecov.exe"