We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b692c commit 5db53faCopy full SHA for 5db53fa
.travis.yml
@@ -21,15 +21,15 @@ script:
21
after_success: if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then coveralls; fi
22
23
# always test (on both 'push' and 'pr' builds in Travis)
24
-# test docs on 'pr' builds and 'push' builds on master
+# test docs on 'pr' builds and 'push' builds on master and on docs branches
25
# benchmark and deploy to PyPI only when merged into master (those mereges are 'push' builds)
26
stages:
27
- name: test
28
if: NOT (branch =~ /^docs\//)
29
- name: benchmark
30
if: (branch = master) AND (NOT (type IN (pull_request)))
31
- name: docs
32
- if: (branch = master)
+ if: (branch = master) OR (branch =~ /^docs\//)
33
- name: binder
34
35
- name: deploy
0 commit comments