Skip to content

Commit

Permalink
Appveyor: Problem with dependencies
Browse files Browse the repository at this point in the history
XMLBear is skipped on Appveyor Windows builds.
This installs dependencies for lxml.

Fixes coala#1354
  • Loading branch information
Techievena committed Feb 1, 2017
1 parent df01777 commit 281532f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ test_script:
# Clang DLLs x64 were nowadays installed, but the x64 version hangs, so we
# exclude according tests. See https://github.com/appveyor/ci/issues/495 and
# https://github.com/appveyor/ci/issues/688
- "%CMD_IN_ENV% coverage xml"
- "%CMD_IN_ENV% python -m pytest --cov -k \"not ClangASTPrintBear and not ClangCloneDetectionBear and not ClangComplexityBear and not ClangCountVectorCreator and not ClangCountingConditions\""
- "%CMD_IN_ENV% python setup.py install"
1 change: 1 addition & 0 deletions bear-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ guess-language-spirit~=0.5.2
html-linter~=0.3.0
isort~=4.2
language-check~=0.8
lxml==3.6.0
munkres3~=1.0
mypy-lang~=0.4.6
nbformat~=4.1
Expand Down

0 comments on commit 281532f

Please sign in to comment.