#18385 Run tests for multiple python versions
New discussion created by
iaptsiauri
Hey everyone, we are using pants build system to manage python monorepo which consists of multiple different packages which we provide as a standalone dependency or bundled in a framework. We want to run the tests for multiple diffrenet python versions. Doing this in tox is quite straigtforward by eding pythong version to envlist. Unfortunatelly I wasn't able to find the same option with pants test goal. I wonder if it is possible or some other tweaking should be done
pantsbuild/pants