Skip to content

Commit 5c3c981

Browse files
authored
Merge pull request #714 from inglesp/appveyor
Run CI tests on Windows with Appveyor
2 parents 45641b1 + 8200698 commit 5c3c981

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
environment:
2+
matrix:
3+
- PYTHON: "C:\\Python27"
4+
- PYTHON: "C:\\Python34"
5+
- PYTHON: "C:\\Python35"
6+
install:
7+
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
8+
build: off
9+
test_script:
10+
- "%PYTHON%\\python.exe -m unittest discover"

0 commit comments

Comments
 (0)