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 06f1e4a commit 3a908bcCopy full SHA for 3a908bc
.ci/travis_build_conda.sh
@@ -17,6 +17,9 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
17
conda info -a
18
conda config --add channels domdfcoding || exit 1
19
conda config --add channels conda-forge || exit 1
20
+
21
+ python -m anaconda || exit 1
22
23
conda build conda --output-folder conda/dist
24
25
for f in conda/dist/noarch/domdf_python_tools-*.tar.bz2; do
0 commit comments