Use bundled pip tool

This commit is contained in:
ziajka 2019-01-28 13:05:10 +01:00
parent 1a85be06eb
commit 77b4b1213e

View File

@ -39,8 +39,8 @@ before_install:
# eval "$(pyenv virtualenv-init -)" # eval "$(pyenv virtualenv-init -)"
# pyenv virtualenv 3.6.3 general # pyenv virtualenv 3.6.3 general
# pyenv global general # pyenv global general
python -V python3 -V
pip -V python3 -m pip -V
before_script: before_script:
@ -72,9 +72,9 @@ after_script:
# publish # publish
- yarn buildforelectron - yarn buildforelectron
- python3 -m venv env # - python3 -m venv env
- | - |
pip3 install -r scripts/requirements.txt python3 -m pip install -r scripts/requirements.txt
python3 scripts/build.py download python3 scripts/build.py download
python3 scripts/build.py build_exe -b dist/exe.gns3server -s python3 scripts/build.py build_exe -b dist/exe.gns3server -s
python3 scripts/build.py validate -b dist python3 scripts/build.py validate -b dist