Adding sphinx builds to Travis

This commit is contained in:
Ilan
2015-07-13 14:07:45 +02:00
parent 02c1c5078f
commit 9f382125f5

View File

@@ -14,11 +14,12 @@ env:
install:
- pip install -q django==$DJANGO
- pip install -r requirements.txt
- pip install pytest-django pytz coveralls
- pip install pytest-django coveralls sphinx
- python setup.py install
script:
- coverage run --source=django_q -m py.test
- sphinx-build -nW -b html -d _build/doctrees . _build/html
after_success:
- coveralls