Skip to content

Commit

Permalink
attempt to get Appveyor CI working again, pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanm committed Jun 25, 2019
1 parent 8a38074 commit e4f0623
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ init:
install:
- "copy tools\\win32\\tidy.exe tidy.exe"
- "%PYTHON%/python.exe c:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe -q install wheel"
- "%PYTHON%/Scripts/wheel.exe install %LXML_WHEEL%"
- "%PYTHON%/Scripts/pip.exe install %LXML_WHEEL%"
- "%PYTHON%/Scripts/pip.exe -q install -r %REQUIREMENTS%"
test_script:
- "%PYTHON%/python.exe -Wi tools/rununittest.py discover test"

0 comments on commit e4f0623

Please sign in to comment.