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 e68820f
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 @@ -40,6 +40,7 @@ install:
# Check that we have the expected version and architecture for Python
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- "%CMD_IN_ENV% set STATICBUILD=true && pip install lxml"

- "%CMD_IN_ENV% pip install wheel"
# Create c:/wheels if it does not exist.
Expand Down

0 comments on commit e68820f

Please sign in to comment.