Skip to content

Commit 92c2ba2

Browse files
committed
Add RTD doc build, and move to after_success.
1 parent a310ca9 commit 92c2ba2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ script:
1212
- tox -e cover
1313
- tox -e system-tests
1414
- tox -e system-tests3
15-
- tox -e json-docs
1615

1716
after_success:
1817
- tox -e coveralls
18+
- tox -e docs
19+
- tox -e json-docs
1920

2021
deploy:
2122
provider: pypi

0 commit comments

Comments
 (0)