/external/markdown/.github/workflows/ |
D | tox.yml | 1 # This workflow will install dependencies and run tests/linters with a matrix of tox environments. 23 tox-env: [py37, py38, py39, py310, pypy37, pypy38, pypy39, pygments] 25 - tox-env: py37 27 - tox-env: py38 29 - tox-env: py39 31 - tox-env: py310 33 - tox-env: pypy37 35 - tox-env: pypy38 37 - tox-env: pypy39 39 - tox-env: pygments [all …]
|
/external/fonttools/.github/workflows/ |
D | test.yml | 24 run: pip install tox 25 - name: Run Tox 26 run: tox -e mypy,package_readme 47 run: pip install tox coverage 48 - name: Run Tox 49 run: tox -e py-cov 50 - name: Run Tox without lxml 51 run: tox -e py-cov-nolxml 74 run: pip install tox 75 - name: Run Tox [all …]
|
/external/python/jinja/.github/workflows/ |
D | tests.yaml | 19 - {name: Linux, python: '3.8', os: ubuntu-latest, tox: py38} 20 - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37} 21 - {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36} 22 - {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3} 23 - {name: Style, python: '3.8', os: ubuntu-latest, tox: style} 24 - {name: Docs, python: '3.8', os: ubuntu-latest, tox: docs} 25 - {name: Windows, python: '3.8', os: windows-latest, tox: py38} 26 - {name: Mac, python: '3.8', os: macos-latest, tox: py38} 50 if: matrix.tox == 'style' 51 - run: pip install tox [all …]
|
/external/python/markupsafe/.github/workflows/ |
D | tests.yaml | 19 - {name: Linux, python: '3.8', os: ubuntu-latest, tox: py38} 20 - {name: Windows, python: '3.8', os: windows-latest, tox: py38} 21 - {name: Mac, python: '3.8', os: macos-latest, tox: py38} 22 - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37} 23 - {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36} 24 - {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3} 25 - {name: Style, python: '3.8', os: ubuntu-latest, tox: style} 26 - {name: Docs, python: '3.8', os: ubuntu-latest, tox: docs} 50 if: matrix.tox == 'style' 51 - run: pip install tox [all …]
|
/external/python/jinja/requirements/ |
D | dev.txt | 12 filelock==3.0.12 # via tox, virtualenv 16 packaging==20.3 # via pytest, tox 18 pluggy==0.13.1 # via pytest, tox 20 py==1.8.1 # via pytest, tox 24 six==1.14.0 # via packaging, pip-tools, tox, virtualenv 25 toml==0.10.1 # via pre-commit, tox 26 tox==3.15.2 # via -r requirements/dev.in 27 virtualenv==20.0.20 # via pre-commit, tox
|
/external/python/markupsafe/requirements/ |
D | dev.txt | 12 filelock==3.0.12 # via tox, virtualenv 17 packaging==20.4 # via pytest, tox 19 pluggy==0.13.1 # via pytest, tox 21 py==1.9.0 # via pytest, tox 25 six==1.15.0 # via packaging, pip-tools, tox, virtualenv 26 toml==0.10.1 # via pre-commit, pytest, tox 27 tox==3.19.0 # via -r requirements/dev.in 28 virtualenv==20.0.21 # via pre-commit, tox
|
/external/python/portpicker/.github/workflows/ |
D | python-package.yml | 32 pip install pytest tox 34 - name: Test with tox 36 # Run tox using the version of Python in `PATH` 37 tox -e py 56 pip install pytest tox 58 - name: Test with tox 60 # Run tox using the version of Python in `PATH` 61 tox -e py
|
/external/python/setuptools/ |
D | tox.ini | 1 [tox] section 6 toxworkdir={env:TOX_WORK_DIR:.tox} argument 23 # workaround for tox-dev/tox#2382 34 # workaround for tox-dev/tox#2382
|
/external/python/oauth2client/ |
D | CONTRIBUTING.md | 31 the docs yourself via `tox -e docs` and make sure they're readable. 112 [`tox`][2] into a system Python. The `tox` console script will be 114 `oauth2client` checkout root directory (it contains `tox.ini`), 115 invoke the `tox` console script. This will read the `tox.ini` file and 121 $ sudo pip install tox 123 $ tox 126 - In order to run the `pypy` environment (in `tox`) you'll need at 140 $ tox -e system-tests 141 $ tox -e system-tests3 193 [2]: https://tox.readthedocs.io/en/latest/
|
/external/python/parse_type/ |
D | tox.ini | 2 # TOX CONFIGURATION: parse_type 6 # Use tox to run tasks (tests, ...) in a clean virtual environment. 7 # Tox is configured by default for online usage. 9 # Run tox, like: 11 # tox -e py27 12 # tox -e py37 15 # * https://tox.readthedocs.io/en/latest/config.html 20 [tox] section
|
/external/fonttools/Doc/source/ |
D | developer.rst | 44 You can also use `tox <https://tox.readthedocs.io/en/latest/>`__ to 48 pip install tox 49 tox 54 …When you run ``tox`` without arguments, the tests are executed for all the environments listed in … 58 tox -e py36 59 TOXENV="py36-cov,htmlcov" tox
|
/external/python/cryptography/docs/development/ |
D | getting-started.rst | 75 For this we use `tox`_, which will automatically create a `virtualenv`_ for 80 $ tox 98 Use `tox`_ to build the documentation. For example: 102 $ tox -e docs 114 .. _`tox`: https://pypi.org/project/tox/ target in Building documentation
|
/external/python/setuptools/docs/development/ |
D | developer-guide.rst | 85 The primary tests are run using tox. Make sure you have tox installed, 88 $ tox 108 To build the docs locally, use tox:: 110 $ tox -e docs 133 $ tox -e vendor
|
/external/armnn/python/pyarmnn/ |
D | README.md | 222 ## Tox for automation 224 To make things easier *tox* is available for automating individual tasks or running multiple comman… 227 $ tox <task_name> 230 See *tox.ini* for the list of tasks. You may also modify it for your own purposes. To dive deeper i… 244 or run tox which will do both: 246 $ tox
|
/external/python/pyee/ |
D | Makefile | 1 .PHONY: setup setup-conda package upload check test tox lint format build_docs serve_docs clean 25 tox: target 26 if [ -d venv ]; then . ./venv/bin/activate; fi; tox 42 rm -rf .tox
|
/external/fonttools/ |
D | tox.ini | 1 [tox] section 9 # use 'download = true' to have tox install the latest pip inside the virtualenv. argument 12 # https://github.com/tox-dev/tox/issues/791#issuecomment-518713438
|
/external/python/timeout-decorator/ |
D | .travis.yml | 9 - pip install python-coveralls tox tox-travis 10 script: tox --recreate
|
/external/python/portpicker/ |
D | pyproject.toml | 5 [tool.tox] 7 [tox] 11 # minimum tox version
|
/external/python/apitools/ |
D | .travis.yml | 23 - pip install tox 25 script: tox -e $TOX_ENV 27 - if [[ "${TOX_ENV}" == "py27-oauth2client4" ]]; then tox -e coveralls; fi
|
/external/python/mobly/.github/workflows/ |
D | ci.yml | 24 pip install tox 26 - name: Test with tox 28 tox
|
/external/python/dateutil/ |
D | .travis.yml | 32 - pip install -U six && pip install -U tox 38 - tox 41 - if [[ $TOXENV == "py" ]]; then tox -e coverage,codecov; fi
|
D | appveyor.yml | 39 - C:\Python36\python -m pip install -U tox 42 - C:\Python36\scripts\tox 45 - C:\Python36\scripts\tox -e coverage,codecov
|
D | CONTRIBUTING.md | 96 The best way to test `dateutil` is to run `tox`. By default, `tox` will test against all supported … 99 tox -e py27,py36 102 You can also pass arguments to `pytest` through `tox` by placing them after `--`: 105 tox -e py36 -- -m tzstr
|
/external/cronet/third_party/protobuf/kokoro/macos/ |
D | prepare_build_macos_rc | 34 # Install Tox 39 sudo python -m pip install --upgrade pip tox tox-pyenv
|
/external/protobuf/kokoro/macos/ |
D | prepare_build_macos_rc | 34 # Install Tox 39 sudo python -m pip install --upgrade pip tox tox-pyenv
|