Skip to content

Commit

Permalink
Update: appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Apr 13, 2019
1 parent a4a8e61 commit d379332
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ environment:

install:
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- cd test
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
build: off

test_script:
- make.bat
- "%PYTHON%/Scripts/nosetests --with-coverage --cover-package pyecharts --cover-package test && cd .. && %PYTHON%/Scripts/flake8 --exclude build --max-line-length 89 --ignore=F401"

0 comments on commit d379332

Please sign in to comment.