Skip to content

Commit

Permalink
Run doc target in travis test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Apr 24, 2018
1 parent 78836af commit 09ada89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,9 +12,9 @@ stages:
jobs:
include:
- python: 3.6
env: TOXENV=unit_py3_6,check
env: TOXENV=unit_py3_6,check,doc
- python: 2.7
env: TOXENV=unit_py2_7,check
env: TOXENV=unit_py2_7,check,doc
- stage: deploy
python: 3.6
env: TOXENV=doc_travis,doc_travis_deploy
Expand Down

0 comments on commit 09ada89

Please sign in to comment.