We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6a3cf commit 8621714Copy full SHA for 8621714
.travis.yml
@@ -28,6 +28,7 @@ matrix:
28
env:
29
- TRAVIS_PYTHON_VERSION=3.7
30
- PYTEST_ADDOPTS=--doctest-modules
31
+ - TRAVIS_GENERATE_DOCS=true
32
services: docker
33
before_install:
34
- docker run -p 19997:19997 --name vrep_rfl -d gramaziokohler/vrep-rfl
@@ -53,4 +54,6 @@ script:
53
54
- python -c "import compas_fab.robots"
55
- python -c "import compas_fab.utilities"
56
- pytest
- - invoke docs
57
+ - if [[ "$TRAVIS_GENERATE_DOCS" == "true" ]]; then
58
+ invoke docs;
59
+ fi
0 commit comments