Skip to content

Commit

Permalink
removed --verbose from py34 venv (not supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Apr 11, 2016
1 parent 703c132 commit 1a684b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python34_x64-pip-install:
script:
- call C:\WinPython34\scripts\env.bat
- python -c "import sys;print('='*80+'\n{}\n'.format(sys.version)+'-'*80)"
- python -m venv --verbose --clear %VENV_ROOT%\python34_x64\%CI_PROJECT_ID%__%CI_BUILD_REF_NAME%
- python -m venv --clear %VENV_ROOT%\python34_x64\%CI_PROJECT_ID%__%CI_BUILD_REF_NAME%
- call %VENV_ROOT%\python34_x64\%CI_PROJECT_ID%__%CI_BUILD_REF_NAME%\Scripts\activate.bat
# Can't upgrade pip in place.
# See https://github.com/pypa/pip/issues/1299#issuecomment-188198496
Expand Down

0 comments on commit 1a684b7

Please sign in to comment.