diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | test-requirements.txt | 2 | ||||
-rw-r--r-- | tox.ini | 3 |
3 files changed, 7 insertions, 1 deletions
@@ -4,4 +4,5 @@ dist/ MANIFEST .*.swp *.egg-info -.idea/
\ No newline at end of file +.idea/ +docs/_build diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..33be0a7 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,2 @@ +hacking>=0.9.2,<0.10 +sphinx>=1.1.2,!=1.2.0,<1.3 @@ -23,3 +23,6 @@ commands = {posargs} [flake8] exclude = .git,.venv,.tox,dist,doc,*egg,build, ignore = H501 + +[testenv:docs] +commands = python setup.py build_sphinx |