File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 - name : Install tox
9595 run : |
9696 python -m pip install tox
97- - name : Run tests
97+ - name : Run
9898 run : tox
9999 - name : Create coverage report
100100 if : hashFiles('.coverage') != '' # Rudimentary `file.exists()`
@@ -121,7 +121,7 @@ jobs:
121121 - name : Install tox
122122 run : |
123123 python -m pip install tox
124- - name : Run tests
124+ - name : Run
125125 run : tox
126126
127127 check : # This job does nothing and is only used for the branch protection
@@ -241,7 +241,7 @@ jobs:
241241 - name : Install tox
242242 run : |
243243 python -m pip install tox
244- - name : Release
244+ - name : Run
245245 run : tox -e release
246246 env :
247247 TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ It helps developers to easily share reusable code (in the form of a library)
1111and programs (e.g., CLI/GUI tools implemented in Python), that can be installed
1212with :pypi: `pip ` and uploaded to `PyPI <http://pypi.org >`_.
1313
14+ .. sidebar-links ::
15+ :home:
16+ :pypi:
17+
1418.. toctree ::
1519 :maxdepth: 1
1620 :hidden:
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ testing-integration =
9090docs =
9191 # upstream
9292 sphinx >= 3.5
93- jaraco.packaging >= 9
93+ jaraco.packaging >= 9.3
9494 rst.linker >= 1.9
9595 furo
9696 sphinx-lint
Original file line number Diff line number Diff line change 1- [tox]
2- toxworkdir ={env:TOX_WORK_DIR:.tox}
3-
41[testenv]
52deps =
63 # Ideally all the dependencies should be set as "extras"
You can’t perform that action at this time.
0 commit comments