Skip to content

Commit 4a0bf35

Browse files
authored
Merge pull request #14 from pganssle/travis-docs
Add documentation build to travis
2 parents 622a4ec + 7dfcd46 commit 4a0bf35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ python:
88
- 3.3
99
- 2.7
1010

11+
matrix:
12+
fast_finish: true
13+
include:
14+
- python: 3.6
15+
env: TOXENV=docs
16+
1117
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
1218
install: pip install -U tox-travis
1319

0 commit comments

Comments
 (0)