Skip to content

Commit ad2059a

Browse files
committed
Added appveyor for tests on Windows
1 parent f4d0f07 commit ad2059a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

appveyor.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
environment:
2+
3+
matrix:
4+
- PYTHON: "C:\\Python27"
5+
- PYTHON: "C:\\Python34"
6+
- PYTHON: "C:\\Python35"
7+
8+
init:
9+
- set PATH=%PYTHON%\Scripts;%PATH%
10+
11+
install:
12+
- "%PYTHON%\\python.exe -m pip install tox"
13+
14+
build: off
15+
16+
test_script:
17+
- tox
18+
19+
artifacts:
20+
- path: dist\*

0 commit comments

Comments
 (0)