DataDog / riot

A Python virtual env builder and command runner
https://ddriot.readthedocs.io/
Apache License 2.0
23 stars 15 forks source link

pypi integration #11

Open Kyle-Verhoog opened 4 years ago

Kyle-Verhoog commented 4 years ago

We can leverage pypi's API to perhaps generate test matrices or update a configuration to include new versions.

brettlangdon commented 3 years ago

By this you mean, rather than supplying specific versions we query PyPI and iterate over all versions to generate the matrix?

Like being able to say "for each minor version of Flask"?

Kyle-Verhoog commented 3 years ago

exactly