Skip to content
Snippets Groups Projects
Commit a1928e6b authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Travis: Try install pip on windows

parent 185d3891
No related merge requests found
...@@ -77,7 +77,7 @@ matrix: ...@@ -77,7 +77,7 @@ matrix:
language: shell language: shell
before_install: before_install:
- choco install python - choco install python
- python -m pip install --upgrade pip - choco install pip
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
install: install:
- source tests/travis_install.sh - source tests/travis_install.sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment