File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Testing Manually
33----------------
44
55To test it manually you can install your local development copy of
6- ` tox-recreate ` into the local development environment of another tox-using
6+ ` tox-envfile ` into the local development environment of another tox-using
77project such as
88[ cookiecutter-pypackage-test] ( https://github.com/hypothesis/cookiecutter-pypackage-test ) :
99
@@ -21,19 +21,19 @@ project such as
2121 make --directory "/tmp/cookiecutter-pypackage-test" sure
2222 ```
2323
24- 3 . Uninstall the production copy of ` tox-recreate ` from ` cookiecutter-pypackage-test ` 's ` .tox/.tox ` venv:
24+ 3 . Uninstall the production copy of ` tox-envfile ` from ` cookiecutter-pypackage-test ` 's ` .tox/.tox ` venv:
2525
2626 ``` terminal
27- /tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip uninstall tox-recreate
27+ /tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip uninstall tox-envfile
2828 ```
2929
30- 4 . Install your local development copy of tox-recreate into ` cookiecutter-pypackage-test ` 's ` .tox/.tox ` venv:
30+ 4 . Install your local development copy of ` tox-envfile ` into ` cookiecutter-pypackage-test ` 's ` .tox/.tox ` venv:
3131
3232 ``` terminal
3333 /tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip install -e .
3434 ```
3535
36- 5 . Now ` cookiecutter-pypackage-test ` commands will use your local development copy of ` tox-recreate ` :
36+ 5 . Now ` cookiecutter-pypackage-test ` commands will use your local development copy of ` tox-envfile ` :
3737
3838 ``` terminal
3939 make --directory "/tmp/cookiecutter-pypackage-test" test
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Testing Manually
105105----------------
106106
107107To test it manually you can install your local development copy of
108- ` tox-recreate ` into the local development environment of another tox-using
108+ ` tox-envfile ` into the local development environment of another tox-using
109109project such as
110110[ cookiecutter-pypackage-test] ( https://github.com/hypothesis/cookiecutter-pypackage-test ) :
111111
@@ -123,19 +123,19 @@ project such as
123123 make --directory "/tmp/cookiecutter-pypackage-test" sure
124124 ```
125125
126- 3 . Uninstall the production copy of ` tox-recreate ` from ` cookiecutter-pypackage-test ` 's ` .tox/.tox ` venv:
126+ 3 . Uninstall the production copy of ` tox-envfile ` from ` cookiecutter-pypackage-test ` 's ` .tox/.tox ` venv:
127127
128128 ``` terminal
129- /tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip uninstall tox-recreate
129+ /tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip uninstall tox-envfile
130130 ```
131131
132- 4 . Install your local development copy of tox-recreate into ` cookiecutter-pypackage-test ` 's ` .tox/.tox ` venv:
132+ 4 . Install your local development copy of ` tox-envfile ` into ` cookiecutter-pypackage-test ` 's ` .tox/.tox ` venv:
133133
134134 ``` terminal
135135 /tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip install -e .
136136 ```
137137
138- 5 . Now ` cookiecutter-pypackage-test ` commands will use your local development copy of ` tox-recreate ` :
138+ 5 . Now ` cookiecutter-pypackage-test ` commands will use your local development copy of ` tox-envfile ` :
139139
140140 ``` terminal
141141 make --directory "/tmp/cookiecutter-pypackage-test" test
You can’t perform that action at this time.
0 commit comments