Fix pip path for appveyor
This commit is contained in:
parent
6e37b10026
commit
062fa53184
@ -11,7 +11,7 @@ environment:
|
|||||||
- Python: 27
|
- Python: 27
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- PATH %CD%\here\bin;C:\mingw\bin;C:\python%Python%;%PATH%
|
- PATH %CD%\here\bin;C:\mingw\bin;C:\python%Python%;C:\python%Python%\scripts;%PATH%
|
||||||
- pip install pyflakes pep8 coverage coveralls nose
|
- pip install pyflakes pep8 coverage coveralls nose
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user