We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c7990 commit 32df44fCopy full SHA for 32df44f
appveyor.yml
@@ -12,8 +12,8 @@ environment:
12
13
install:
14
- "%PYTHON%/Scripts/easy_install -U pip"
15
- - "%PYTHON%/Scripts/easy_install lxml==3.5.0"
16
- "%PYTHON%/Scripts/pip install wheel"
+ - "%PYTHON%/Scripts/pip install --only-binary :all: lxml==4.2.5"
17
- "%PYTHON%/Scripts/pip install -e .[test]"
18
19
test_script:
0 commit comments