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 2f76c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ install:
- "%CMD_IN_ENV% 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% pip install lxml==3.6.0"
- "CALL .ci/deps.nltk.cmd"

- ps: "Install-Product node ''" # Use latest node v5.x.x
Expand Down

0 comments on commit 2f76c3a

Please sign in to comment.