Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 65d5e42

Browse files
committed
build: Add docs build testing to travis.
1 parent 6d2a790 commit 65d5e42

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ matrix:
2424
after_success:
2525
- docker exec analytics_api_testing /edx/app/analytics_api/analytics_api/.travis/run_coverage.sh
2626
- codecov --disable pycov
27+
- python: '3.8'
28+
env: TESTNAME=docs TARGETS="docs"
2729
env:
2830
global:
2931
- DOCKER_USERNAME=edxbuilder

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,5 @@ travis_docker_push: travis_docker_tag travis_docker_auth ## push to docker hub
146146
docker push "openedx/analytics-data-api:$$TRAVIS_COMMIT-newrelic"
147147

148148
docs:
149+
pip install -r requirements/tox.txt
149150
tox -e docs

0 commit comments

Comments
 (0)