Skip to content
Snippets Groups Projects
Commit 72c8f3be authored by fuzzyman's avatar fuzzyman
Browse files

Adding sphinx testing to tox.ini for Python 2.6 and 2.7

parent 1714ea5d
No related branches found
No related tags found
No related merge requests found
[tox]
envlist = py24,py25,py26,py27
[testenv]
commands=python setup.py test
deps=unittest2
commands=python setup.py test
[testenv:py26]
commands=
python setup.py test
sphinx-build -b doctest docs html
sphinx-build docs html
deps =
unittest2
sphinx
[testenv:py27]
commands=
python setup.py test
sphinx-build -b doctest docs html
sphinx-build docs html
deps =
unittest2
sphinx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment