mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Adding sphinx builds to Travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user