We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4754360 commit d5296b0Copy full SHA for d5296b0
1 file changed
.travis.yml
@@ -10,6 +10,7 @@ matrix:
10
- env:
11
- PYTHON_VERSION=3.7
12
- MPL_VERSION=3.0
13
+ - DEPLOY_CONDA=true
14
os: linux
15
16
- PYTHON_VERSION=3.6
@@ -43,6 +44,7 @@ matrix:
43
44
45
46
47
48
os: osx
49
50
@@ -170,5 +172,11 @@ deploy:
170
172
script: ci/deploy_anaconda.sh
171
173
skip_cleanup: true
174
on:
- condition: '$MPL_VERSION == 3.0'
175
+ condition: '$DEPLOY_CONDA == true'
176
all_branches: true
177
+ - provider: script
178
+ script: ci/deploy_anaconda.sh
179
+ skip_cleanup: true
180
+ on:
181
182
+ tags: true
0 commit comments