We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf374a commit b8eeaf9Copy full SHA for b8eeaf9
1 file changed
.travis.yml
@@ -40,6 +40,10 @@ install:
40
script:
41
# Run tests.
42
- python nosetests.py
43
+ # Build docs.
44
+ - cd docs
45
+ - make html
46
+ - cd ..
47
#after_success:
48
# Submit results to coveralls.io.
49
#- coveralls
0 commit comments