tox-dev / azure-pipelines-template

template for your azure pipelines
24 stars 16 forks source link

Is it possible to specify Python patch version? #1

Open laike9m opened 5 years ago

laike9m commented 5 years ago

For example, make tests run against 3.7.3 instead of the latest 3.7.4.

gaborbernat commented 5 years ago

Sadly not at the moment as Azure doesn't provide these. Will be possible via docker though down the line.

gaborbernat commented 4 years ago

The way things stand this is currently blocked by tox 4 👍 https://github.com/tox-dev/tox/pull/1400 and then https://github.com/tox-dev/tox-via-docker

GitHub
tox-dev/tox-via-docker
tox plugin that uses docker containers instead of virtual environments - tox-dev/tox-via-docker
laike9m commented 4 years ago

So this could be a feature in tox 4?

gaborbernat commented 4 years ago

Yes 👍