forked from blond-org/blond_common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
44 lines (36 loc) · 1.06 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
image:
- Visual Studio 2017
environment:
matrix:
- PATH: C:\Python36-x64;C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
- PATH: C:\Python37-x64;C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
# matrix:
# - VSVER: Visual Studio 14 2015
# - VSVER: Visual Studio 14 2015 Win64
cache:
- '%LOCALAPPDATA%\pip\Cache'
clone_folder: C:\projects\blond_common
platform:
- x86
configuration:
# - Debug
- Release
# install:
# - set PATH=C:\Python36-x64;%PATH%
# - set PATH=C:\Miniconda36-x64;%PATH%
before_build:
# - git submodule update --init --recursive
- PATH
- python --version
# - conda --version
- gcc --version
- python -m pip install --upgrade pip setuptools wheel pytest
- python -m pip install -r requirements.txt
# - pip install coveralls pytest parameterized
build_script:
# - python setup.py install
- DIR
# - SET PYTHONPATH=C:\projects;%PYTHONPATH%
# - SET PYTHONPATH=%PYTHONPATH%;..\
test_script:
- python -m pytest -v -k "unittests and test and py" __TESTS\unittests\