Fix pip path for appveyor

This commit is contained in:
Peter Melnichenko 2016-04-27 23:54:25 +03:00
parent 6e37b10026
commit 062fa53184

View File

@ -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: