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:
1515 - pip install coveralls tox tox-travis
1616 - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
1717 - bash miniconda.sh -b -p $HOME/miniconda
18+ - chmod +x .ci/travis_build_conda.sh
19+ - chmod +x .ci/travis_deploy_conda.sh
1820
1921script :
2022 - tox
@@ -26,24 +28,29 @@ after_success:
2628
2729stages :
2830 - test
29- - deploy
31+ - deploy_pypi
32+ - deploy_conda
3033
3134jobs :
3235 include :
33- - stage : deploy
34- provider : pypi
36+ - stage : deploy_pypi
3537 python : " 3.6"
3638 on :
3739 tags : true
3840 repo : domdfcoding/domdf_python_tools
3941 deploy :
42+ provider : pypi
4043 script : skip
4144 user : " DomDF"
4245 password :
4346 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=
4447 distributions : " sdist bdist_wheel"
4548 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