no longer using virtualenv for travis windows build
This commit is contained in:
parent
5176feed81
commit
638ecafb69
1 changed files with 2 additions and 4 deletions
|
@ -106,12 +106,10 @@ jobs:
|
||||||
language: shell
|
language: shell
|
||||||
env:
|
env:
|
||||||
- OS=windows
|
- OS=windows
|
||||||
- PATH=/C/Users/travis/AppData/Roaming/Python/Python37/Scripts:/c/Python37:/c/Python37/Scripts:/C/Windows/System32/downlevel:$PATH
|
- PATH=/c/Python37:/c/Python37/Scripts:/C/Windows/System32/downlevel:$PATH
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --x86
|
- choco install python --x86
|
||||||
- pip install --user --upgrade pip virtualenv
|
- python -m pip install --upgrade pip
|
||||||
- virtualenv $HOME/venv
|
|
||||||
- source $HOME/venv/Scripts/activate
|
|
||||||
- pip install pywin32
|
- pip install pywin32
|
||||||
script:
|
script:
|
||||||
- pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py
|
- pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py
|
||||||
|
|
Loading…
Reference in a new issue