Skip to content

Commit a0d3c9f

Browse files
committedDec 8, 2015
Provide our own lxml for Windows
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 7614971 commit a0d3c9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ build: false
33
environment:
44
matrix:
55
- PYTHON: "C:/Python27"
6-
#- PYTHON: "C:/Python34"
6+
- PYTHON: "C:/Python35"
77
init:
88
- "ECHO %PYTHON%"
99
- ps: "ls C:/Python*"
1010
install:
11+
- "%PYTHON%/Scripts/pip.exe install --no-index -f https://users.getnikola.com/static/nikola-windows-wheels lxml"
1112
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest mock freezegun"
1213
- "%PYTHON%/Scripts/pip.exe install ."
1314

0 commit comments

Comments
 (0)
Please sign in to comment.