forked from pyswmm/pyswmm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
35 lines (30 loc) · 815 Bytes
/
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
image: Visual Studio 2019
platform:
- x86
- x64
environment:
matrix:
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38-x64"
- PYTHON: "C:\\Python39-x64"
- PYTHON: "C:\\Python310-x64"
matrix:
exclude:
- PYTHON: "C:\\Python37-x64"
platform: x86
- PYTHON: "C:\\Python38-x64"
platform: x86
- PYTHON: "C:\\Python39-x64"
platform: x86
- PYTHON: "C:\\Pytho310-x64"
platform: x86
install:
- "%PYTHON%\\python.exe -m pip install -r %APPVEYOR_BUILD_FOLDER%\\requirements.txt"
- "%PYTHON%\\python setup.py develop"
# Not a .NET project, we build in the install step instead
build: false
test_script:
# - ciocheck setup.py --disable-tests
# - ciocheck pyswmm --disable-tests
- "%PYTHON%\\Scripts\\pytest pyswmm"
# - coveralls --disable-tests