Skip to content

Commit

Permalink
fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
havardgulldahl committed Aug 30, 2016
1 parent bbc29a8 commit e532c5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
- PYTHON: "C:/Python27"
LXML: "tests/contrib/lxml-3.6.4-cp27-cp27m-win32.whl"
REQUIREMENTS: "tests/requirements.win.txt"
- PYTHON: "C:/Python34"
- PYTHON: "C:/Python35"
LXML: "tests/contrib/lxml-3.6.4-cp35-cp35m-win32.whl"
REQUIREMENTS: "tests/requirements.win.txt"

Expand All @@ -17,12 +17,14 @@ init:
- ps: Invoke-WebRequest "https://bootstrap.pypa.io/get-pip.py" -OutFile "c:/get-pip.py"
- ps: "git config --global core.autocrlf false" # always use unix lineendings


install:
- "%PYTHON%/python.exe c:/ez_setup.py > NUL"
- "%PYTHON%/python.exe c:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install %LXML%"
- "%PYTHON%/Scripts/pip.exe -q install -r %REQUIREMENTS%"
- set PYTHONPATH=%PYTHONPATH%;tests

test_script:
- ls "%PYTHON%/Scripts"
- ls
- "%PYTHON%/Scripts/py.test tests"

0 comments on commit e532c5e

Please sign in to comment.