Skip to content

Commit 32df44f

Browse files
committed
Update appveyor config (lxml 4.2.5 via pip install)
1 parent 20c7990 commit 32df44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ environment:
1212

1313
install:
1414
- "%PYTHON%/Scripts/easy_install -U pip"
15-
- "%PYTHON%/Scripts/easy_install lxml==3.5.0"
1615
- "%PYTHON%/Scripts/pip install wheel"
16+
- "%PYTHON%/Scripts/pip install --only-binary :all: lxml==4.2.5"
1717
- "%PYTHON%/Scripts/pip install -e .[test]"
1818

1919
test_script:

0 commit comments

Comments
 (0)