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 Jan 31, 2017
1 parent df01777 commit 29f91d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ install:
- ECHO "Cached wheels:"
- ps: "ls \"C:\\wheels\""
- "%CMD_IN_ENV% pip wheel --use-wheel --wheel-dir C:\\wheels --find-links C:\\wheels -r test-requirements.txt"
- "%CMD_IN_ENV% pip wheel --use-wheel --wheel-dir C:\\wheels --find-links C:\\wheels -r requirements.txt"
- "%CMD_IN_ENV% set STATICBUILD=true && pip wheel --use-wheel --wheel-dir C:\\wheels --find-links C:\\wheels -r requirements.txt"
- "%CMD_IN_ENV% pip install --find-links=C:\\wheels -r test-requirements.txt"
- "%CMD_IN_ENV% pip install --find-links=C:\\wheels -r requirements.txt"
- "%CMD_IN_ENV% set STATICBUILD=true && pip install --find-links=C:\\wheels -r requirements.txt"
- "%CMD_IN_ENV% easy_install --wheel-dir C:\\wheels --find-links=C:\\wheels lxml-3.2.1.win32-py3.3.‌exe"
- "CALL .ci/deps.nltk.cmd"

- ps: "Install-Product node ''" # Use latest node v5.x.x
Expand Down
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.3.5
munkres3~=1.0
mypy-lang~=0.4.6
nbformat~=4.1
Expand Down

0 comments on commit 29f91d2

Please sign in to comment.