Skip to content

Commit

Permalink
Added automatic check for README rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jan 4, 2016
1 parent 2ad095e commit 0aba227
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
matrix:
- TOXENV=flake8-py27
- TOXENV=flake8-py35
- TOXENV=readme-py27
- TOXENV=py26-dj14
- TOXENV=py26-dj15
- TOXENV=py26-dj16
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ minversion = 1.8
envlist =
flake8-py27,
flake8-py35,
readme-py27,
py{26,py}-dj{14,15,16},
py27-dj{14,15,16,17,18,19,master},
py{32,33,34,py}-dj{15,16,17,18}
Expand Down Expand Up @@ -48,6 +49,10 @@ commands = {envbindir}/django-cadmin test -v2 {posargs:tests}
[testenv:py32-dj18]
commands = {envbindir}/django-cadmin test -v2 {posargs:tests}

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

[testenv:flake8-py27]
commands = flake8 configurations
deps = flake8
Expand Down

0 comments on commit 0aba227

Please sign in to comment.