Skip to content

Commit

Permalink
Merge pull request #22 from box/readme
Browse files Browse the repository at this point in the history
Add "readme" tox target to regression test README.rst.
  • Loading branch information
Jeff-Meadows committed Mar 2, 2015
2 parents a9da3b5 + bf04d06 commit 49042c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Metadata
Contributing
------------
See `CONTRIBUTING <https://github.com/box/box-python-sdk/blob/master/CONTRIBUTING.rst>`_.
See `CONTRIBUTING.rst <https://github.com/box/box-python-sdk/blob/master/CONTRIBUTING.rst>`_.
Developer Setup
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ envlist =
pypy,
pep8,
pylint,
readme,
docs,
coverage

Expand All @@ -20,6 +21,12 @@ commands =
py.test test/ {posargs}
deps = -rrequirements-dev.txt

[testenv:readme]
deps =
docutils
pygments
commands = rst2html.py --strict README.rst

[testenv:pep8]
commands =
pep8 --ignore=E501,W292 boxsdk
Expand Down

0 comments on commit 49042c7

Please sign in to comment.