Skip to content

Commit 3a908bc

Browse files
committed
Trying to fix travis/conda deployment
1 parent 06f1e4a commit 3a908bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/travis_build_conda.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
1717
conda info -a
1818
conda config --add channels domdfcoding || exit 1
1919
conda config --add channels conda-forge || exit 1
20+
21+
python -m anaconda || exit 1
22+
2023
conda build conda --output-folder conda/dist
2124

2225
for f in conda/dist/noarch/domdf_python_tools-*.tar.bz2; do

0 commit comments

Comments
 (0)