Skip to content

Commit

Permalink
Bumbed theme version
Browse files Browse the repository at this point in the history
  • Loading branch information
d0ugal committed May 19, 2015
1 parent 0789096 commit 7f6ec8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mkdocs/tests/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def main(output=None, config_file=None, quiet=False):
if quiet:
silence_logging()
else:
cli.configure_logging()
cli.configure_logging(level=logging.DEBUG)

for theme in sorted(MKDOCS_THEMES):

Expand Down
2 changes: 1 addition & 1 deletion requirements/project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ghp-import>=0.4.1
Jinja2>=2.7.1
livereload>=2.3.2
Markdown>=2.5
mkdocs-bootstrap>=0.1.0
mkdocs-bootstrap>=0.1.1
mkdocs-bootswatch>=0.1.0
PyYAML>=3.10
six>=1.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def get_package_data(package):
'Jinja2>=2.7.1',
'livereload>=2.3.2',
'Markdown>=2.3.1,<2.5' if PY26 else 'Markdown>=2.3.1',
'mkdocs-bootstrap>=0.1.1',
'mkdocs-bootswatch>=0.1.0',
'mkdocs-bootstrap>=0.1.0',
'PyYAML>=3.10',
'six>=1.9.0',
'tornado>=4.1',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deps=
-rrequirements/test.txt
commands=
{py26,py27,py33,py34}-unittests: {envbindir}/nosetests --with-coverage --cover-package mkdocs --cover-html --cover-html-dir {envtmpdir}/coverage mkdocs
{py27,py34}-integration: {envbindir}/python {toxinidir}/mkdocs/tests/integration.py --output={envtmpdir}/builds --quiet
{py27,py34}-integration: {envbindir}/python -m mkdocs.tests.integration --output={envtmpdir}/builds --quiet

[testenv:flake8]
deps=-rrequirements/test.txt
Expand Down

0 comments on commit 7f6ec8d

Please sign in to comment.