Skip to content

Commit

Permalink
Merge pull request #87 from kragniz/readme-check
Browse files Browse the repository at this point in the history
Add readme check to docs tox environment
  • Loading branch information
sigmavirus24 committed Dec 22, 2015
2 parents 506d5a8 + 010d60c commit 959c92d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ matrix:
- env: TOXENV=py27-flake8
- env: TOXENV=py34-flake8
- env: TOXENV=docstrings
- env: TOXENV=readme
allow_failures:
- env: TOXENV=docstrings
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,17 @@ deps =
betamax_matchers
betamax_serializers
requests
readme
.
commands =
sphinx-build -E -c docs -b html docs/ docs/_build/html

[testenv:readme]
deps =
readme
commands =
python setup.py check -r -s

[pytest]
addopts = -q
norecursedirs = *.egg .git .* _*

0 comments on commit 959c92d

Please sign in to comment.