Skip to content

Commit

Permalink
Provide our own lxml for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Dec 8, 2015
1 parent 7614971 commit a0d3c9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -3,11 +3,12 @@ build: false
environment:
matrix:
- PYTHON: "C:/Python27"
#- PYTHON: "C:/Python34"
- PYTHON: "C:/Python35"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- "%PYTHON%/Scripts/pip.exe install --no-index -f https://users.getnikola.com/static/nikola-windows-wheels lxml"
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest mock freezegun"
- "%PYTHON%/Scripts/pip.exe install ."

Expand Down

0 comments on commit a0d3c9f

Please sign in to comment.