diff --git a/.travis.yml b/.travis.yml index 2dca54d2..72e636c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: branches: only: - master + - CI/examples_short jobs: exclude: - python: "3.6" @@ -50,5 +51,6 @@ deploy: local_dir: ./docs/_build/html/ keep_history: true on: + branch: CI/examples_short python: 3.8 condition: $DEP = "[all]"