Skip to content

Commit b04f295

Browse files
committed
Added sphinx to travis ci configuration.
1 parent c57ae23 commit b04f295

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919

2020
install:
2121
- "pip install -r requirements.txt --use-mirrors"
22-
- "pip install coveralls --use-mirrors"
22+
- "pip install coveralls sphinx --use-mirrors"
2323

2424
before_script:
2525
- "psql -c 'create database deis_testing;' -U postgres"
@@ -39,7 +39,8 @@ before_script:
3939
EOF
4040
4141
script:
42-
- coverage run manage.py test api celerytasks web
42+
- coverage run manage.py test api celerytasks client web
43+
- make -C docs clean dirhtml
4344

4445
after_success:
4546
- coveralls

0 commit comments

Comments
 (0)