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 50fb97a commit d9c80b3Copy full SHA for d9c80b3
.ci/travis_build_conda.sh
@@ -25,6 +25,7 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
25
conda build conda --output-folder conda/dist --skip-existing
26
27
for f in conda/dist/noarch/domdf_python_tools-*.tar.bz2; do
28
+ [ -e "$f" ] || continue
29
echo "$f"
30
conda install $f || exit 1
31
echo "Deploying to Anaconda.org..."
0 commit comments