File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ you may want to verify those changes locally before pushing upstream.
31
31
32
32
$ git clone --recurse-submodules https://github.com/readthedocs/readthedocs.org/
33
33
34
- #. create a virtual environment with Python 3.6
35
- (preferably the latest release, 3.6.15 at the time of writing),
34
+ #. create a virtual environment with Python 3.8
35
+ (preferably the latest release, 3.8.12 at the time of writing),
36
36
activate it, and upgrade both pip and setuptools:
37
37
38
38
.. code-block :: console
39
39
40
40
$ cd readthedocs.org
41
- $ python3.6 -m venv .venv
41
+ $ python3.8 -m venv .venv
42
42
$ source .venv/bin/activate
43
43
(.venv) $ python -m pip install -U pip setuptools
44
44
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ save some work while typing docker compose commands. This section explains these
142
142
``inv docker.test ``
143
143
Runs all the test suites inside the container.
144
144
145
- * ``--arguments `` will pass arguments to Tox command (e.g. ``--arguments "-e py36 -- -k test_api" ``)
145
+ * ``--arguments `` will pass arguments to Tox command (e.g. ``--arguments "-e py38 -- -k test_api" ``)
146
146
147
147
``inv docker.pull ``
148
148
Downloads and tags all the Docker images required for builders.
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ To target a specific environment:
46
46
47
47
.. prompt :: bash
48
48
49
- tox -e py36
49
+ tox -e py38
50
50
51
51
The ``tox `` configuration has the following environments configured. You can
52
52
target a single environment to limit the test suite:
53
53
54
- py36
55
- Run our test suite using Python 3.6
54
+ py38
55
+ Run our test suite using Python 3.8
56
56
57
57
lint
58
58
Run code linting using `Prospector `_. This currently runs `pylint `_,
You can’t perform that action at this time.
0 commit comments