sphinx-contrib / images

sphinxcontrib-images extension
Apache License 2.0
17 stars 14 forks source link

Use good practices for tox.ini and .travis.yml from the sphinx-contrib extension template #16

Closed jonascj closed 3 years ago

jonascj commented 3 years ago

tox.ini and .travis.yml contains much of the same information, according to [1] and [2] this can be done in a less redundant way.

.travis.yml is extremely verbose at the moment. [1] appears to offer a less verbose result, maybe because it is auto-generated by [2].

Good practices from the sphinx-contrib project template should be studied and maybe adopted (see [1]).

[1] https://github.com/sphinx-contrib/cookiecutter/tree/master/%7B%7Bcookiecutter.project_name%7D%7D [2] https://pypi.org/project/tox-travis/

jonascj commented 3 years ago

Travis is out of the picture, replaced by github actions.