Run fast CI tests on intermediate Python versions #39
Labels
Category: Maintainability
Proposed improvement to project maintainability
CI (Automation)
Continuous integration (and other automation)
Because
test_sample_project
is so slow (andtest_minimal_project
isn't great either),venvstacks
CI operates on a model of "test the oldest and newest supported Python versions".It would be convenient if:
tox -m test
label ran one of those fast intermediate versionsThe text was updated successfully, but these errors were encountered: