Skip to content

Commit ba8025a

Browse files
committed
Add appveyor config file
1 parent e300e11 commit ba8025a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

appveyor.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
environment:
2+
3+
matrix:
4+
5+
- PYTHON: "C:\\Python26"
6+
- PYTHON: "C:\\Python27"
7+
- PYTHON: "C:\\Python33"
8+
- PYTHON: "C:\\Python34"
9+
- PYTHON: "C:\\Python35"
10+
- PYTHON: "C:\\Python36"
11+
- PYTHON: "C:\\Python26-x64"
12+
- PYTHON: "C:\\Python27-x64"
13+
- PYTHON: "C:\\Python33-x64"
14+
- PYTHON: "C:\\Python34-x64"
15+
- PYTHON: "C:\\Python35-x64"
16+
- PYTHON: "C:\\Python36-x64"
17+
18+
install:
19+
20+
- "%PYTHON%\\python.exe -m pip install nose"
21+
22+
build: off
23+
24+
test_script:
25+
26+
- set PYTHONPATH=C:\projects\python-wordsegment
27+
- "%PYTHON%\\python.exe -m nose"

0 commit comments

Comments
 (0)