Adding sphinx builds to Travis

This commit is contained in:
Ilan
2015-07-13 14:13:12 +02:00
parent 9f382125f5
commit 3e00dffb6a

View File

@@ -19,7 +19,7 @@ install:
script:
- coverage run --source=django_q -m py.test
- sphinx-build -nW -b html -d _build/doctrees . _build/html
- sphinx-build -nW -c docs/conf.py
after_success:
- coveralls