jwodder / pyrepo

Python repository templater & releaser
MIT License
5 stars 1 forks source link

Add new testenvs to `test.yml` directly instead of via retemplating #9

Open jwodder opened 1 year ago

jwodder commented 1 year ago

I.e., pyrepo add-ci-testenv should go through test.yml line by line to determine exactly where to insert the new testenv definition. This will prevent trashing of customized test.yml files.