Skip to content

Commit

Permalink
Perhaps this will fix the 3.4 build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Aug 28, 2014
1 parent 3c0a393 commit 4de13a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -11,7 +11,6 @@ init:
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/pip.exe install -r requirements.txt"
- "%PYTHON%/Scripts/pip.exe install ."
test_script:
- "%PYTHON%/Scripts/green.exe -vvv green"
Expand Down

0 comments on commit 4de13a9

Please sign in to comment.