ionelmc / python-tblib

Serialization library for Exceptions and Tracebacks.
BSD 2-Clause "Simplified" License
165 stars 33 forks source link

Remove unused bootstrap tox environment #50

Closed jdufresne closed 5 years ago

jdufresne commented 5 years ago

Unused by both Travis and Appveyor and is not required to run tests locally. Removing the unused files makes the test configuration simpler for new contributors hunting down causes of test failures.

ionelmc commented 5 years ago

So the bootstrap thing exists to generate ci configuration (eg: https://github.com/ionelmc/python-tblib/blob/master/ci/templates/.travis.yml).

ionelmc commented 5 years ago

@jdufresne Had to close it sorry. Thanks for the other improvements tho. Would you be interested in making improvements at https://github.com/ionelmc/cookiecutter-pylibrary instead? If you want that bootstrap thing gone I'm still listening, maybe you have some ideas about a cleaner way to avoid having to copypaste stuff in travis/appveyor.yml.