Closed jonascj closed 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.
tox.ini
.travis.yml
.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/
Travis is out of the picture, replaced by github actions.
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/