Skip to content

Commit

Permalink
Added docs build tox testenv
Browse files Browse the repository at this point in the history
  • Loading branch information
madnesspie committed Apr 27, 2020
1 parent 4910d78 commit 7663084
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Maintainers
- `Alexander Polishchuk <https://github.com/madnesspie>`_


Cuntributors
Contributors
------------

- `Evgeny Yachmenev <https://www.behance.net/yes_dez>`_
- `Evgeny Yachmenev <https://www.behance.net/yes_dez>`_ (logo)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def read(file_name):
extras_require=EXTRAS_REQUIRE,
license="GNU Lesser General Public License v3 or later (LGPLv3+)",
description="Async blockchain nodes interacting tool with ORM-like api.",
long_description=read("README.md"),
long_description_content_type="text/markdown",
long_description=read("README.rst"),
long_description_content_type="text/x-rst",
url="https://github.com/madnesspie/obm",
author="Alexander Polishchuk",
author_email="apolishchuk52@gmail.com",
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
envlist =
py38
lint
docs

[testenv]
extras = tests
Expand All @@ -18,6 +19,10 @@ commands =
pylint obm -d C
pylint tests -d C,import-error

[testenv:docs]
extras = docs
commands = sphinx-build docs/ docs/_build

; Below tasks are for development only (not run in CI)

[testenv:watch-docs]
Expand Down

0 comments on commit 7663084

Please sign in to comment.