holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Move config from .travis/.appveyor to setup.cfg #22

Open ceball opened 6 years ago

ceball commented 6 years ago

If pyctdev were to optionally support reading config from setup.cfg, the travis and appveyor files for our various projects could be simplified more. Also, it would make it easier to run tasks locally (no need to supply options, for which the travis file typically is the reference...). Additionally, lots of pyviz projects share the same values for lots of the config, so we could have defaults that allow less per-project config.

However, I'd really like to sort out the command line parameter handling before that (which might involve changes to doit, or wrapping doit, or not using doit; not sure yet)...

ceball commented 5 years ago