File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
on :
58
58
repo : domdfcoding/domdf_python_tools
59
59
provider : script
60
- script : .ci/travis_deploy_conda.sh || travis_terminate 1
60
+ script : .ci/travis_deploy_conda.sh || return 1;
61
61
62
62
- stage : deploy_releases
63
63
python : " 3.6"
68
68
on :
69
69
repo : domdfcoding/domdf_python_tools
70
70
provider : script
71
- script : python .ci/copy_pypi_2_github.py || travis_terminate 1
71
+ script : python .ci/copy_pypi_2_github.py || return 1;
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ Installation
112
112
113
113
.. prompt :: bash
114
114
115
- $ conda config --add channels http://conda.anaconda.org/domdfcoding
116
- $ conda config --add channels http://conda.anaconda.org/conda-forge
115
+ conda config --add channels http://conda.anaconda.org/domdfcoding
116
+ conda config --add channels http://conda.anaconda.org/conda-forge
117
117
118
118
Then install
119
119
You can’t perform that action at this time.
0 commit comments