Rename the tox env for building docs for using python3

This commit is contained in:
Dmitri Bogomolov 2021-11-21 19:03:29 +02:00
parent eff8faf4d1
commit b7993a4b55
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -12,7 +12,7 @@ commands =
coverage run -a src/bitmessagemain.py -t
coverage run -a -m tests
[testenv:py27-doc]
[testenv:doc]
deps =
.[docs]
-r docs/requirements.txt