Skip to content

Commit

Permalink
remove lxml workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 4, 2015
1 parent 24b67df commit af909d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -2,15 +2,14 @@
build: false
environment:
matrix:
- PYTHON: "C:/Python34"
- PYTHON: "C:/Python27"
- PYTHON: "C:/Python34"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/easy_install.exe %PYTHON%/get-lxml.exe"
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest mock freezegun"
# can't install coverage etc.
# temporary change, install with setup.py install so symlinks are expanded
Expand Down

0 comments on commit af909d9

Please sign in to comment.