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 af5ea13 commit 56c5685Copy full SHA for 56c5685
.ci/travis_build_conda.sh
@@ -14,7 +14,7 @@ conda update -q conda
14
conda install conda-build
15
conda info -a
16
conda config --add channels domdfcoding || exit 1
17
-conda build conda --output-directory conda/dist
+conda build conda --output-folder conda/dist
18
19
20
for f in ../conda/dist/noarch/domdf_python_tools-*.tar.bz2; do
0 commit comments