Skip to content

Commit 577a59a

Browse files
committed
[appveyor] Add appveyor build
1 parent 0da3fba commit 577a59a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
environment:
2+
matrix:
3+
- PYTHON: "C:\\Python27"
4+
PYVER: "2.7"
5+
- PYTHON: "C:\\Python35"
6+
PYVER: "3.5"
7+
- PYTHON: "C:\\Python27-x64"
8+
PYVER: "2.7"
9+
- PYTHON: "C:\\Python35-x64"
10+
PYVER: "3.5"
11+
12+
build: false
13+
14+
test_script:
15+
- python --version
16+
- python setup.py test

0 commit comments

Comments
 (0)