Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Remote Modules
remote-module-template
Commits
ed11d64c
Commit
ed11d64c
authored
Nov 25, 2019
by
Guillaume Pasero
Browse files
CI: set Python install dir
parent
3f4276b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
ed11d64c
...
...
@@ -35,10 +35,10 @@ matrix:
-
OTB_PKG_EXT=run
-
os
:
windows
before_install
:
-
choco install python
-
choco install python
--params "/InstallDir:C:\Python3"
-
choco install ninja
-
export PATH="/c/Python3
7
:/c/ProgramData/chocolatey/lib/ninja/tools:$PATH"
-
/c/Python3
7
/Scripts/pip install numpy
-
export PATH="/c/Python3:/c/ProgramData/chocolatey/lib/ninja/tools:$PATH"
-
/c/Python3/Scripts/pip install numpy
-
eval "$(python vcvars_proxy.py
'c:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat'
'-arch=amd64'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment