Skip to content

Commit

Permalink
Test also the syntax of the README.rst and CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Mar 2, 2017
1 parent afbecff commit 7673f3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pytest >= 3
pytest-benchmark
pytz
readme-renderer
simplejson
ujson
yajl
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ commands =
{[base]commands}
py.test {posargs}

[testenv:py36]
commands =
{[testenv]commands}
python setup.py check -r -s

[testenv:docs]
basepython = python3
changedir = docs
Expand Down

0 comments on commit 7673f3d

Please sign in to comment.