Skip to content

Commit cc62aa7

Browse files
committed
Initial appveyor config
1 parent dc01f6e commit cc62aa7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.appveyor.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
environment:
2+
3+
matrix:
4+
- PYTHON: "C:\\Python36"
5+
- PYTHON: "C:\\Python37"
6+
7+
build: off
8+
9+
install:
10+
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
11+
- "%PYTHON%\\python.exe setup.py install"
12+
13+
test_script:
14+
- "%PYTHON%\\python.exe setup.py test"
15+
16+
branches:
17+
only:
18+
- master
19+
- /release-v[0-9]+/

0 commit comments

Comments
 (0)