Lines Matching full:python
22 image: python:3.7-bullseye
78 # because python-pkcs11 (v0.7.0) package is compiled using GLIBC_2.34 but docker image python:3.7-b…
96 image: python:3.7-bullseye
107 - python -m flake8 --exit-zero --format gl-codeclimate --output-file code_quality_report.json
108 - python -m flake8
109 - python -m black --check --diff .
115 python esptool.py --help
116 python espefuse.py --help
117 python espsecure.py --help
118 python -m esptool --help
119 python -m espefuse --help
120 python -m espsecure --help
156 # Check all the scripts can run when installed in Python user install directory
162 - python esptool.py --help
163 - python espefuse.py --help
164 - python espsecure.py --help
165 - python -m esptool --help
166 - python -m espefuse --help
167 - python -m espsecure --help
173 - python -m venv test_env
175 - python -m pip install .
207 image: python:3.7-bullseye
238 …# libffi (needed for espsecure) version keeps changing in python docker images, add a symlink to t…
335 image: python:3.7-bullseye
364 image: python:3.7-bullseye
385 image: python:3.7-bullseye
442 - python -m pip install --upgrade pip
443 - python -m pip install twine setuptools
444 - python ci/patch_dev_release.py --dev-no ${CI_DEV_PUBLISH} esptool/__init__.py
447 - python setup.py sdist
449 - python -m pip download esptool==$(python setup.py -V) && exit 1
451 - python -m twine upload dist/*