File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
schedule :
5
5
- cron : ' 0 0 * * 1' # every Monday
6
6
7
- name : Run Tox tests
7
+ name : Run tox tests
8
8
9
9
jobs :
10
10
tox_test :
11
- name : Tox test
11
+ name : tox test
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - name : Run Tox tests
14
+ - name : Run tox tests
15
15
id : test
16
16
uses : fedora-python/tox-github-action@master
17
17
with :
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ the ``pytest`` command is present and uses the correct version of Python.
185
185
Don't mix current-env and regular tox runs
186
186
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
187
187
188
- Tox caches the virtualenvs it creates, and doesn't distinguish between
188
+ tox caches the virtualenvs it creates, and doesn't distinguish between
189
189
regular virtualenvs and ``--current-env ``.
190
190
Don't mix ``tox --current-env ``, ``tox --print-deps-to `` or ``tox --print-extras-to ``
191
191
runs and regular ``tox `` runs (without the flags provided by this plugin).
@@ -207,7 +207,7 @@ use the ``TOX_TESTENV_PASSENV`` environment variable.
207
207
Read `the documentation for passing environment variables to tox
208
208
<https://tox.readthedocs.io/en/latest/config.html#conf-passenv> `_.
209
209
210
- Tox provisioning
210
+ tox provisioning
211
211
~~~~~~~~~~~~~~~~
212
212
213
213
The tested projects can specify the
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def print_extras_stdout_arg(request):
56
56
57
57
@contextlib .contextmanager
58
58
def modify_config (tox_ini_path ):
59
- """Context manager that allows modifying the given Tox config file
59
+ """Context manager that allows modifying the given tox config file
60
60
61
61
A statement like::
62
62
You can’t perform that action at this time.
0 commit comments