File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ install:
15
15
- pip install coveralls tox tox-travis
16
16
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
17
17
- bash miniconda.sh -b -p $HOME/miniconda
18
+ - chmod +x .ci/travis_build_conda.sh
19
+ - chmod +x .ci/travis_deploy_conda.sh
18
20
19
21
script :
20
22
- tox
@@ -26,24 +28,29 @@ after_success:
26
28
27
29
stages :
28
30
- test
29
- - deploy
31
+ - deploy_pypi
32
+ - deploy_conda
30
33
31
34
jobs :
32
35
include :
33
- - stage : deploy
34
- provider : pypi
36
+ - stage : deploy_pypi
35
37
python : " 3.6"
36
38
on :
37
39
tags : true
38
40
repo : domdfcoding/domdf_python_tools
39
41
deploy :
42
+ provider : pypi
40
43
script : skip
41
44
user : " DomDF"
42
45
password :
43
46
secure : GQVX7JKDfUWcHQzjmZ8yadF4eIM/AUaXu/Zl8U2hwhB6NavbzUayvMXalT+pfgZ6NaWFMPZOETlxv5d+hf98Io/5HIV4i1KB98ze90KXpUU2Icz7IdxWDWGhc36Vkhb7hU0HUfXLu8WxcxQCJB3t7uIB9SO36dh/cMayW5YvBy3HhluaTvgLax4nOJYjN/FJCgs9kTCBYrjJzheS0pgj37bXZCrB06H0bsxgnbaAiL8FiG6tgJLABDLfqPhtJgVRhtdYeuqGv31/OV0vkj1zG6bExp9ENQ4/5L7FijLRznW+DnsRJt6BdTBtxNxK+v1ZccTdVJzTzhoUH/TbXdI+qtBeatTYz880du7TujKoxfFxGZ9+bSaYURaClMHn7/Ndj7ioj5f51jLf8+BCEk3cWEfUL7yeKF6RBWLww6cFKQ9yDNOiXgrsndz6Oh535LV28rKXS1qeGBppMAv09RmR/YfHu+XMp5yWa+vDwjmrQDH7qEkA3wYYMfMRnwi9+LrOHtS7IqFkgbAXZPmh3C0X1UEqD4cuARcyD9FRU2PAXM1tBprxEFi1L/sv4O8KRP+I3jXXsBHTmzbWWVqXiySGOlX6R9vOma35WS3mkllS/Oz7IyhUtONrwpaLHnuBLKMgi+RnsoEYgLx6KgSXVSQ0JUZq8cP2yewC8nx626w675w=
44
47
distributions : " sdist bdist_wheel"
45
48
skip_existing : true
46
-
47
- after_deploy :
48
- - chmod +x .ci/travis_deploy_conda.sh
49
- - .ci/travis_deploy_conda.sh || travis_terminate 1;
49
+ - stage : deploy_conda
50
+ python : " 3.6"
51
+ deploy :
52
+ on :
53
+ tags : true
54
+ repo : domdfcoding/domdf_python_tools
55
+ provider : script
56
+ script : .ci/travis_deploy_conda.sh || travis_terminate 1;
You can’t perform that action at this time.
0 commit comments