Skip to content

Commit e7b238a

Browse files
committed
✨ take chengjiangdongz's appveyor.yml for windows tests
1 parent f650323 commit e7b238a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
environment:
2+
3+
matrix:
4+
- PYTHON: "C:\\Python27-x64"
5+
- PYTHON: "C:\\Python34-x64"
6+
- PYTHON: "C:\\Python35-x64"
7+
- PYTHON: "C:\\Python36-x64"
8+
9+
install:
10+
- cd test
11+
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
12+
13+
build: off
14+
15+
test_script:
16+
"%PYTHON%/Scripts/nosetests --with-coverage --cover-package pyecharts --cover-package test && cd .. && flake8 --exclude docs --builtins=unicode,xrange,long"

0 commit comments

Comments
 (0)