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 a0e3683 commit 0cab80fCopy full SHA for 0cab80f
.travis.yml
@@ -12,6 +12,7 @@ matrix:
12
- PYTHON_VERSION=3.7
13
- MPL_VERSION=3.0
14
- QT_VERSION=5
15
+ - DEPLOY_CONDA=true
16
os: linux
17
- env:
18
- PYTHON_VERSION=3.6
@@ -42,6 +43,7 @@ matrix:
42
43
44
45
46
47
os: osx
48
49
@@ -181,6 +183,11 @@ deploy:
181
183
script: ci/deploy_anaconda.sh
182
184
skip_cleanup: true
185
on:
- condition: '$MPL_VERSION == 3.0'
186
+ condition: '$DEPLOY_CONDA == true'
187
all_branches: true
188
+ - provider: script
189
+ script: ci/deploy_anaconda.sh
190
+ skip_cleanup: true
191
+ on:
192
193
tags: true
0 commit comments