Skip to content

Commit 70dbcfc

Browse files
committed
updated travis config (build docs as last step)
1 parent 26016e1 commit 70dbcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ install:
99
script:
1010
- coverage run -m unittest && coverage report # runs tests with coverage
1111
- bash <(curl -s https://codecov.io/bash) # generate coverage report
12-
- cd docs && make html # generate html docs
1312
- python setup.py sdist bdist_wheel # build python package
13+
- cd docs && make html # generate html docs
1414
branches:
1515
only:
1616
- master

0 commit comments

Comments
 (0)