Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Added tox and travis jobs for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Nov 3, 2014
1 parent 183de90 commit dc7d99b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ env:
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=pypy3
- TOX_ENV=docs
- TOX_ENV=flake8
- TOX_ENV=coverage
install:
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Expand Up @@ -18,6 +18,11 @@ deps = -r{toxinidir}/requirements.txt
coverage
commands = nosetests -v --with-coverage --cover-html --cover-package=influxdb

[testenv:docs]
deps = Sphinx==1.2.3
sphinx_rtd_theme
commands = sphinx-build -b html docs/source docs/build

[flake8]
# Ignored because of nosetests's setUp function
ignore = N802

0 comments on commit dc7d99b

Please sign in to comment.