File: tox.ini

package info (click to toggle)
python-boto3 1.40.72-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,812 kB
  • sloc: python: 14,006; javascript: 192; makefile: 170
file content (11 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py39,py310,py311,py312,py313,py314

# Comment to build sdist and install into virtualenv
# This is helpful to test installation but takes extra time
skipsdist = True

[testenv]
commands =
    {toxinidir}/scripts/ci/install
    {toxinidir}/scripts/ci/run-tests {posargs}