Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/tox.ini
1566 views
1
[tox]
2
envlist = py39,py310,py311,py312,py313
3
4
skipsdist = True
5
6
[testenv]
7
commands =
8
{toxinidir}/scripts/ci/install
9
{toxinidir}/scripts/ci/run-tests
10
11