Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Aug 29, 2014
1 parent aaed6d2 commit fc361d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -10,10 +10,8 @@ init:
- 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')
- ps: "ls %APPVEYOR_BUILD_FOLDER%"
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install -r requirements.txt"
- "set PYTHONPATH=%PYTHONPATH%;%APPVEYOR_BUILD_FOLDER%"
test_script:
- "%PYTHON% -m green.cmdline -vvv green"
platform:
Expand Down

0 comments on commit fc361d9

Please sign in to comment.