diff --git a/.travis.yml b/.travis.yml index e5d40e9..743a3b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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