Skip to content

Commit

Permalink
Testing for doc8
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed May 18, 2014
1 parent 3884b6a commit 4e75eb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:
- TOX_ENV=docs
- TOX_ENV=pep8
- TOX_ENV=py3pep8
- TOX_ENV=doc8

install:
- ./.travis/install.sh
Expand Down
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pypy,py32,py33,py34,docs,pep8,py3pep8
envlist = py26,py27,pypy,py32,py33,py34,docs,pep8,py3pep8,doc8

[testenv]
# If you add a new dep here you probably need to add it in setup.py as well
Expand Down Expand Up @@ -55,6 +55,10 @@ deps =
pep8-naming
commands = flake8 .

[testenv:doc8]
deps = doc8
commands = doc8 README.rst docs/

[flake8]
exclude = .tox,*.egg
select = E,W,F,N,I
Expand Down

0 comments on commit 4e75eb4

Please sign in to comment.